Home
last modified time | relevance | path

Searched refs:fileoff (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c42 int fileoff, ptroff, size; in check_usermem_access_fault() local
80 for (fileoff = 0; fileoff < 16; fileoff++) { in check_usermem_access_fault()
/linux/fs/xfs/
H A Dxfs_verify_media.c45 xfs_fileoff_t fileoff = rec->rm_offset; in xfs_verify_report_data_lost() local
73 fileoff += lost->startblock - rec->rm_startblock; in xfs_verify_report_data_lost()
79 fserror_report_data_lost(VFS_I(ip), XFS_FSB_TO_B(mp, fileoff), in xfs_verify_report_data_lost()
H A Dxfs_trace.h1930 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len,
1932 TP_ARGS(ip, fileoff, len, flags, caller_ip),
1937 __field(xfs_fileoff_t, fileoff)
1946 __entry->fileoff = fileoff;
1956 __entry->fileoff,
5236 xfs_fileoff_t fileoff),
5237 TP_ARGS(xfbt, cur, fileoff),
5242 __field(xfs_fileoff_t, fileoff)
5248 __entry->fileoff = fileoff;
5254 (unsigned long long)__entry->fileoff)
[all …]
/linux/fs/xfs/scrub/
H A Dinode_repair.c931 xfs_fileoff_t fileoff; in xrep_dinode_bad_bmbt_fork() local
935 fileoff = be64_to_cpu(fkp->br_startoff); in xrep_dinode_bad_bmbt_fork()
936 if (!xfs_verify_fileoff(sc->mp, fileoff)) in xrep_dinode_bad_bmbt_fork()
H A Dtrace.h2885 __field(xfs_fileoff_t, fileoff)
2895 __entry->fileoff = irec->br_startoff;
2907 __entry->fileoff,
/linux/fs/btrfs/
H A Dextent_io.c1168 u64 *fileoff) in can_skip_one_ordered_range() argument
1173 u64 cur = *fileoff; in can_skip_one_ordered_range()
1222 *fileoff = ordered->file_offset + ordered->num_bytes; in can_skip_one_ordered_range()
1244 *fileoff = cur + range_len; in can_skip_one_ordered_range()