Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.c861 resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); in xfs_trans_resv_calc()
862 resp->tr_mkdir.tr_logcount = XFS_MKDIR_LOG_COUNT; in xfs_trans_resv_calc()
863 resp->tr_mkdir.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
Dxfs_trans_resv.h30 struct xfs_trans_res tr_mkdir; /* mkdir trans */ member
/fs/xfs/
Dxfs_inode.c1006 tres = &M_RES(mp)->tr_mkdir; in xfs_create()