Searched refs:gfs2_alloc_parms (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/fs/gfs2/ |
D | quota.h | 27 struct gfs2_alloc_parms *ap); 41 struct gfs2_alloc_parms *ap) in gfs2_quota_lock_check()
|
D | rgrp.h | 42 struct gfs2_alloc_parms *ap);
|
D | inode.c | 375 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 517 struct gfs2_alloc_parms ap = { .target = da->nr_blocks, }; in link_dinode() 962 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_link() 1512 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_rename() 1871 struct gfs2_alloc_parms ap; in setattr_chown()
|
D | quota.c | 869 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync() 1190 struct gfs2_alloc_parms *ap) in gfs2_quota_check() 1715 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
|
D | incore.h | 323 struct gfs2_alloc_parms { struct
|
D | file.c | 424 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_page_mkwrite() 974 struct gfs2_alloc_parms ap = { .aflags = 0, }; in __gfs2_fallocate()
|
D | bmap.c | 1076 struct gfs2_alloc_parms ap = {}; in gfs2_iomap_begin_write() 2109 struct gfs2_alloc_parms ap = { .target = 1, }; in do_grow()
|
D | rgrp.c | 1564 const struct gfs2_alloc_parms *ap) in rg_mblk_search() 2039 int gfs2_inplace_reserve(struct gfs2_inode *ip, struct gfs2_alloc_parms *ap) in gfs2_inplace_reserve()
|
D | xattr.c | 727 struct gfs2_alloc_parms ap = { .target = blks }; in ea_alloc_skeleton()
|