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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_resv.h24 struct xfs_trans_res tr_rename; /* rename trans */ member in struct:xfs_trans_resv
H A Dxfs_trans_resv.c933 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp);
934 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT;
935 resp->tr_rename.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
/linux-master/fs/xfs/
H A Dxfs_inode.c3018 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp);
3022 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, 0, 0, 0,

Completed in 245 milliseconds