Searched refs:gfs2_alloc_parms (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | quota.h | 30 struct gfs2_alloc_parms *ap); 44 struct gfs2_alloc_parms *ap) in gfs2_quota_lock_check()
|
D | rgrp.h | 46 struct gfs2_alloc_parms *ap);
|
D | inode.c | 378 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 520 struct gfs2_alloc_parms ap = { .target = da->nr_blocks, }; in link_dinode() 966 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() 1850 struct gfs2_alloc_parms ap; in setattr_chown()
|
D | quota.c | 872 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync() 1192 struct gfs2_alloc_parms *ap) in gfs2_quota_check() 1717 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
|
D | incore.h | 330 struct gfs2_alloc_parms { struct
|
D | file.c | 398 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_page_mkwrite() 941 struct gfs2_alloc_parms ap = { .aflags = 0, }; in __gfs2_fallocate()
|
D | bmap.c | 1042 struct gfs2_alloc_parms ap = { in gfs2_iomap_begin_write() 2106 struct gfs2_alloc_parms ap = { .target = 1, }; in do_grow()
|
D | rgrp.c | 1550 const struct gfs2_alloc_parms *ap) in rg_mblk_search() 2029 int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap) in gfs2_inplace_reserve()
|
D | xattr.c | 730 struct gfs2_alloc_parms ap = { .target = blks }; in ea_alloc_skeleton()
|