Home
last modified time | relevance | path

Searched refs:tr_writeid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_trans_resv.h47 struct xfs_trans_res tr_writeid; /* write setuid/setgid file */ member
Dxfs_trans_resv.c873 resp->tr_writeid.tr_logres = xfs_calc_writeid_reservation(mp); in xfs_trans_resv_calc()
/linux-4.1.27/fs/xfs/
Dxfs_file.c139 error = xfs_trans_reserve(tp, &M_RES(ip->i_mount)->tr_writeid, 0, 0); in xfs_update_prealloc_flags()