Home
last modified time | relevance | path

Searched refs:RES_RG_BIT (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/gfs2/
Dtrans.h24 #define RES_RG_BIT 2 macro
Dinode.c381 error = gfs2_trans_begin(sdp, RES_RG_BIT + RES_STATFS + RES_QUOTA, 1); in gfs2_dinode_dealloc()
601 error = gfs2_trans_begin(sdp, RES_RG_BIT + RES_STATFS, 0); in alloc_dinode()
Dops_inode.c346 error = gfs2_trans_begin(sdp, 2*RES_DINODE + RES_LEAF + RES_RG_BIT, 0); in gfs2_unlink()
611 error = gfs2_trans_begin(sdp, 2 * RES_DINODE + 3 * RES_LEAF + RES_RG_BIT, 0); in gfs2_rmdir()
Dbmap.c1169 error = gfs2_trans_begin(sdp, RES_DINODE + RES_STATFS + RES_RG_BIT, 0); in do_grow()
Dxattr.c1460 error = gfs2_trans_begin(sdp, RES_RG_BIT + RES_DINODE + RES_STATFS + in ea_dealloc_block()