Searched refs:fxr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_exchrange.c | 84 const struct xfs_exchrange *fxr, in xfs_exchrange_check_freshness() argument 91 trace_xfs_exchrange_freshness(fxr, ip2); in xfs_exchrange_check_freshness() 94 if (fxr->file2_ino != ip2->i_ino || in xfs_exchrange_check_freshness() 95 fxr->file2_gen != inode2->i_generation || in xfs_exchrange_check_freshness() 96 !timespec64_equal(&fxr->file2_ctime, &ctime) || in xfs_exchrange_check_freshness() 97 !timespec64_equal(&fxr->file2_mtime, &mtime)) in xfs_exchrange_check_freshness() 193 const struct xfs_exchrange *fxr, in xfs_exchrange_mappings() argument 201 .startoff1 = XFS_B_TO_FSBT(mp, fxr->file1_offset), in xfs_exchrange_mappings() 202 .startoff2 = XFS_B_TO_FSBT(mp, fxr->file2_offset), in xfs_exchrange_mappings() 203 .blockcount = XFS_B_TO_FSB(mp, fxr->length), in xfs_exchrange_mappings() [all …]
|
| H A D | xfs_trace.h | 5331 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip1, 5333 TP_ARGS(fxr, ip1, ip2), 5357 __entry->file1_offset = fxr->file1_offset; 5358 __entry->file2_offset = fxr->file2_offset; 5359 __entry->length = fxr->length; 5360 __entry->flags = fxr->flags; 5380 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip1, \ 5382 TP_ARGS(fxr, ip1, ip2)) 5388 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip2), 5389 TP_ARGS(fxr, ip2), [all …]
|