Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Drgrp.h44 extern int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
Dxattr.c642 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in ea_alloc_blk()
704 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in ea_write()
1005 error = gfs2_alloc_blocks(ip, &blk, &n, 0, NULL); in ea_set_block()
Dbmap.c109 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in __gfs2_unstuff_inode()
705 ret = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL); in __gfs2_iomap_alloc()
Ddir.c871 error = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL); in new_leaf()
Dinode.c420 error = gfs2_alloc_blocks(ip, &ip->i_no_addr, dblocks, 1, &ip->i_generation); in alloc_dinode()
Drgrp.c2419 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks, in gfs2_alloc_blocks() function