Home
last modified time | relevance | path

Searched refs:aflags (Results 1 – 6 of 6) sorted by relevance

/fs/gfs2/
Dinode.c382 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode()
601 u32 aflags = 0; in gfs2_create_inode() local
700 aflags |= GFS2_AF_ORLOV; in gfs2_create_inode()
705 error = alloc_dinode(ip, aflags, &blocks); in gfs2_create_inode()
Dfile.c389 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_page_mkwrite()
807 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_fallocate()
Dincore.h304 u32 aflags; member
Dquota.c794 struct gfs2_alloc_parms ap = { .aflags = 0, }; in do_sync()
1608 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_set_dqblk()
Daops.c673 struct gfs2_alloc_parms ap = { .aflags = 0, }; in gfs2_write_begin()
Drgrp.c1923 if (S_ISDIR(ip->i_inode.i_mode) && (ap->aflags & GFS2_AF_ORLOV)) in gfs2_inplace_reserve()