Searched refs:xfs_trans_reserve (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_trans.c | 150 xfs_trans_reserve( in xfs_trans_reserve() function 284 error = xfs_trans_reserve(tp, resp, blocks, rtextents); in xfs_trans_alloc() 1052 return xfs_trans_reserve(*tpp, &tres, 0, 0); in xfs_trans_roll() 1130 return xfs_trans_reserve(tp, &resv, blocks, rtextents); in xfs_trans_reserve_more() 1152 error = xfs_trans_reserve(tp, &resv, dblocks, rtx); in xfs_trans_reserve_more_inode()
|
| /linux/Documentation/filesystems/xfs/ |
| A D | xfs-delayed-logging-design.rst | 103 xfs_trans_reserve(ntp);
|
Completed in 7 milliseconds