Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Drgrp.h49 extern int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
Dxattr.c631 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in ea_alloc_blk()
693 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in ea_write()
997 error = gfs2_alloc_blocks(ip, &blk, &n, 0, NULL); in ea_set_block()
Dbmap.c137 error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL); in gfs2_unstuff_dinode()
710 ret = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL); in gfs2_iomap_alloc()
Dinode.c393 error = gfs2_alloc_blocks(ip, &ip->i_no_addr, dblocks, 1, &ip->i_generation); in alloc_dinode()
Ddir.c876 error = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL); in new_leaf()
Drgrp.c2365 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks, in gfs2_alloc_blocks() function