Searched refs:gfs2_alloc_blocks (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/fs/gfs2/ | 
| D | rgrp.h | 49 extern int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *n,
  | 
| D | xattr.c | 630 	error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL);  in ea_alloc_blk() 692 			error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL);  in ea_write() 1008 		error = gfs2_alloc_blocks(ip, &blk, &n, 0, NULL);  in ea_set_block()
  | 
| D | bmap.c | 137 		error = gfs2_alloc_blocks(ip, &block, &n, 0, NULL);  in gfs2_unstuff_dinode() 508 		error = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL);  in gfs2_bmap_alloc()
  | 
| D | dir.c | 836 	error = gfs2_alloc_blocks(ip, &bn, &n, 0, NULL);  in new_leaf()
  | 
| D | inode.c | 397 	error = gfs2_alloc_blocks(ip, &ip->i_no_addr, dblocks, 1, &ip->i_generation);  in alloc_dinode()
  | 
| D | rgrp.c | 2337 int gfs2_alloc_blocks(struct gfs2_inode *ip, u64 *bn, unsigned int *nblocks,  in gfs2_alloc_blocks()  function
  |