Searched refs:gfs2_alloc_parms (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/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 | 45 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() 1472 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_rename() 1672 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 | 795 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync() 1115 struct gfs2_alloc_parms *ap) in gfs2_quota_check() 1632 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
|
D | rgrp.c | 77 const struct gfs2_alloc_parms *ap); 1486 const struct gfs2_alloc_parms *ap) in rg_mblk_search() 1654 const struct gfs2_alloc_parms *ap) in gfs2_rbm_find() 1960 int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap) in gfs2_inplace_reserve()
|
D | incore.h | 303 struct gfs2_alloc_parms { struct
|
D | aops.c | 673 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 | 727 struct gfs2_alloc_parms ap = { .target = blks }; in ea_alloc_skeleton()
|