Home
last modified time | relevance | path

Searched refs:gfs2_alloc_blocks (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/fs/gfs2/
Drgrp.h44 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
Dxattr.c646 error = gfs2_alloc_blocks(ip, &block, &n, 0); in ea_alloc_blk()
708 error = gfs2_alloc_blocks(ip, &block, &n, 0); in ea_write()
1009 error = gfs2_alloc_blocks(ip, &blk, &n, 0); in ea_set_block()
Dbmap.c107 error = gfs2_alloc_blocks(ip, &block, &n, 0); in __gfs2_unstuff_inode()
708 ret = gfs2_alloc_blocks(ip, &bn, &n, 0); in __gfs2_iomap_alloc()
Ddir.c874 error = gfs2_alloc_blocks(ip, &bn, &n, 0); in new_leaf()
Dinode.c422 error = gfs2_alloc_blocks(ip, &ip->i_no_addr, dblocks, 1); in alloc_dinode()
Drgrp.c2416 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks, in gfs2_alloc_blocks() function