Searched refs:fileoff (Results 1 – 7 of 7) 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/xfs/ |
| H A D | xfs_verify_media.c | 45 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 D | xfs_trace.h | 34 * fileoff: file offset, in fs blocks 702 "fileoff 0x%llx startblock 0x%llx fsbcount 0x%llx flag %d caller %pS", 1930 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; 1951 TP_printk("dev %d:%d ino 0x%llx disize 0x%llx fileoff 0x%llx fsbcount 0x%llx " 1956 __entry->fileoff, 3220 TP_printk("dev %d:%d %sno 0x%x gbno 0x%x fsbcount 0x%x owner 0x%llx fileoff [all...] |
| /linux/fs/btrfs/ |
| H A D | bio.c | 929 * @fileoff: File offset inside the inode in btrfs_repair_io_failure() 936 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 fileoff, in btrfs_repair_io_failure() 950 ASSERT(IS_ALIGNED(fileoff, fs_info->sectorsize)); in btrfs_repair_io_failure() 999 ino, fileoff, btrfs_dev_name(smap.dev), 928 btrfs_repair_io_failure(struct btrfs_fs_info * fs_info,u64 ino,u64 fileoff,u32 length,u64 logical,const phys_addr_t paddrs[],unsigned int step,int mirror_num) btrfs_repair_io_failure() argument
|
| H A D | extent_io.c | 1153 * Check if we can skip waiting the @ordered extent covering the block at @fileoff. in btrfs_do_readpage() 1155 * @fileoff: Both input and output. in btrfs_do_readpage() 1160 * Return true if we can skip to @fileoff. The caller needs to check the new 1161 * @fileoff value to make sure it covers the full range, before skipping the 1168 u64 *fileoff) 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() 1174 can_skip_one_ordered_range(struct btrfs_inode * inode,struct btrfs_ordered_extent * ordered,u64 * fileoff) can_skip_one_ordered_range() argument
|
| /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 | 2885 __field(xfs_fileoff_t, fileoff) 2895 __entry->fileoff = irec->br_startoff; 2907 __entry->fileoff,
|