Searched refs:tr_link (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_trans_resv.h | 25 struct xfs_trans_res tr_link; /* link trans */ member
|
| A D | xfs_trans_resv.c | 1272 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_calc_namespace_reservations() 1273 resp->tr_link.tr_logcount = xfs_link_log_count(mp, resp); in xfs_calc_namespace_reservations() 1274 resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_calc_namespace_reservations()
|
| A D | xfs_metadir.c | 338 error = xfs_trans_alloc_dir(upd->dp, &M_RES(mp)->tr_link, upd->ip, in xfs_metadir_start_link()
|
| /fs/xfs/scrub/ |
| A D | nlinks_repair.c | 137 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, in xrep_nlinks_repair_inode()
|
| A D | orphanage.c | 346 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, in xrep_adoption_trans_alloc()
|
| /fs/xfs/ |
| A D | xfs_inode.c | 918 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks, in xfs_link()
|
Completed in 16 milliseconds