Searched refs:fileoff (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_user_mem.c | 42 int fileoff, ptroff, size; in check_usermem_access_fault() local 80 for (fileoff = 0; fileoff < 16; fileoff++) { in check_usermem_access_fault()
|
| /linux/fs/btrfs/ |
| H A D | bio.c | 928 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 fileoff, in btrfs_repair_io_failure() argument 942 ASSERT(IS_ALIGNED(fileoff, fs_info->sectorsize)); in btrfs_repair_io_failure() 991 ino, fileoff, btrfs_dev_name(smap.dev), in btrfs_repair_io_failure()
|
| H A D | extent_io.c | 1174 u64 *fileoff) in can_skip_one_ordered_range() argument 1179 u64 cur = *fileoff; in can_skip_one_ordered_range() 1228 *fileoff = ordered->file_offset + ordered->num_bytes; in can_skip_one_ordered_range() 1250 *fileoff = cur + range_len; in can_skip_one_ordered_range()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 931 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 D | trace.h | 2893 __field(xfs_fileoff_t, fileoff) 2903 __entry->fileoff = irec->br_startoff; 2915 __entry->fileoff,
|