Searched refs:fileoff (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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() 66 error = xfs_bmapi_read(cursor->quota_ip, fileoff, 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 101 if (fileoff > XFS_DQ_ID_MAX / qi->qi_dqperchunk) { in xchk_dquot_iter_advance_bmap() 107 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_advance_bmap() 108 XFS_MAX_FILEOFF - fileoff, &cursor->bmap, in xchk_dquot_iter_advance_bmap() 117 if (cursor->bmap.br_startoff > fileoff) { 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 | 2848 __field(xfs_fileoff_t, fileoff) 2858 __entry->fileoff = irec->br_startoff; 2870 __entry->fileoff,
|
| /linux-6.15/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-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 1809 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1814 __field(xfs_fileoff_t, fileoff) 1823 __entry->fileoff = fileoff; 1833 __entry->fileoff, 5160 xfs_fileoff_t fileoff), 5161 TP_ARGS(xfbt, cur, fileoff), 5166 __field(xfs_fileoff_t, fileoff) 5172 __entry->fileoff = fileoff; 5178 (unsigned long long)__entry->fileoff) 5184 xfs_fileoff_t fileoff), \ [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | extent_io.c | 1084 u64 *fileoff) in can_skip_one_ordered_range() argument 1089 u64 cur = *fileoff; in can_skip_one_ordered_range() 1138 *fileoff = ordered->file_offset + ordered->num_bytes; in can_skip_one_ordered_range() 1160 *fileoff = cur + range_len; in can_skip_one_ordered_range()
|