Home
last modified time | relevance | path

Searched refs:tr_mkdir (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/ !
H A Dxfs_trans_resv.h30 struct xfs_trans_res tr_mkdir; /* mkdir trans */ member
H A Dxfs_trans_resv.c1288 resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); in xfs_calc_namespace_reservations()
1289 resp->tr_mkdir.tr_logcount = xfs_mkdir_log_count(mp, resp); in xfs_calc_namespace_reservations()
1290 resp->tr_mkdir.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
/linux/fs/xfs/scrub/ !
H A Dtempfile.c80 tres = &M_RES(mp)->tr_mkdir; in xrep_tempfile_create()
/linux/fs/xfs/ !
H A Dxfs_inode.c684 tres = &M_RES(mp)->tr_mkdir; in xfs_create()