Searched refs:gfs2_alloc_parms (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | quota.h | 28 struct gfs2_alloc_parms *ap); 42 struct gfs2_alloc_parms *ap) in gfs2_quota_lock_check()
|
D | rgrp.h | 46 struct gfs2_alloc_parms *ap);
|
D | inode.c | 382 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 524 struct gfs2_alloc_parms ap = { .target = da->nr_blocks, }; in link_dinode() 955 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_link() 1501 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_rename() 1845 struct gfs2_alloc_parms ap; in setattr_chown()
|
D | file.c | 387 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_page_mkwrite() 805 struct gfs2_alloc_parms ap = { .aflags = 0, }; in __gfs2_fallocate()
|
D | quota.c | 836 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync() 1156 struct gfs2_alloc_parms *ap) in gfs2_quota_check() 1676 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
|
D | rgrp.c | 77 const struct gfs2_alloc_parms *ap); 1502 const struct gfs2_alloc_parms *ap) in rg_mblk_search() 1670 const struct gfs2_alloc_parms *ap) in gfs2_rbm_find() 1983 int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap) in gfs2_inplace_reserve()
|
D | incore.h | 307 struct gfs2_alloc_parms { struct
|
D | aops.c | 677 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_write_begin()
|
D | bmap.c | 1220 struct gfs2_alloc_parms ap = { .target = 1, }; in do_grow()
|
D | xattr.c | 729 struct gfs2_alloc_parms ap = { .target = blks }; in ea_alloc_skeleton()
|