Searched refs:tr_symlink (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h27 struct xfs_trans_res tr_symlink; /* symlink trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c945 resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp);
946 resp->tr_symlink.tr_logcount = XFS_SYMLINK_LOG_COUNT;
947 resp->tr_symlink.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_symlink.c141 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp,

Completed in 151 milliseconds