Searched refs:fileoff (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | dqiterate.c | 49 xfs_fileoff_t fileoff; in xchk_dquot_iter_revalidate_bmap() local 54 fileoff = this_id / qi->qi_dqperchunk; in xchk_dquot_iter_revalidate_bmap() 62 cursor->bmap.br_startoff + cursor->bmap.br_blockcount > fileoff) in xchk_dquot_iter_revalidate_bmap() 66 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_revalidate_bmap() 67 XFS_MAX_FILEOFF - fileoff, &cursor->bmap, &nmaps, 0); in xchk_dquot_iter_revalidate_bmap() 74 if (cursor->bmap.br_startoff > fileoff) { in xchk_dquot_iter_revalidate_bmap() 75 ASSERT(cursor->bmap.br_startoff == fileoff); in xchk_dquot_iter_revalidate_bmap() 93 xfs_fileoff_t fileoff; in xchk_dquot_iter_advance_bmap() local 100 fileoff = cursor->bmap.br_startoff + cursor->bmap.br_blockcount; in xchk_dquot_iter_advance_bmap() 101 if (fileoff > XFS_DQ_ID_MAX / qi->qi_dqperchunk) { in xchk_dquot_iter_advance_bmap() [all …]
|
| 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,
|
| /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 | 1928 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1930 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1935 __field(xfs_fileoff_t, fileoff) 1944 __entry->fileoff = fileoff; 1954 __entry->fileoff, 5234 xfs_fileoff_t fileoff), 5235 TP_ARGS(xfbt, cur, fileoff), 5240 __field(xfs_fileoff_t, fileoff) 5246 __entry->fileoff = fileoff; 5252 (unsigned long long)__entry->fileoff) [all …]
|
| /linux/fs/btrfs/ |
| H A D | bio.h | 129 int btrfs_repair_io_failure(struct btrfs_fs_info *fs_info, u64 ino, u64 fileoff,
|
| 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()
|