Searched refs:fxr (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/ |
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() 190 const struct xfs_exchrange *fxr, in xfs_exchrange_mappings() argument 198 .startoff1 = XFS_B_TO_FSBT(mp, fxr->file1_offset), in xfs_exchrange_mappings() 199 .startoff2 = XFS_B_TO_FSBT(mp, fxr->file2_offset), in xfs_exchrange_mappings() 200 .blockcount = XFS_B_TO_FSB(mp, fxr->length), in xfs_exchrange_mappings() [all …]
|
D | xfs_trace.h | 4929 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip1, 4931 TP_ARGS(fxr, ip1, ip2), 4955 __entry->file1_offset = fxr->file1_offset; 4956 __entry->file2_offset = fxr->file2_offset; 4957 __entry->length = fxr->length; 4958 __entry->flags = fxr->flags; 4978 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip1, \ 4980 TP_ARGS(fxr, ip1, ip2)) 4986 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip2), 4987 TP_ARGS(fxr, ip2), [all …]
|