Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Ddqiterate.c49 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 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.h2850 __field(xfs_fileoff_t, fileoff)
2860 __entry->fileoff = irec->br_startoff;
2872 __entry->fileoff,
/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,
5233 xfs_fileoff_t fileoff),
5234 TP_ARGS(xfbt, cur, fileoff),
5239 __field(xfs_fileoff_t, fileoff)
5245 __entry->fileoff = fileoff;
5251 (unsigned long long)__entry->fileoff)
[all …]
/linux/fs/btrfs/
H A Dextent_io.c1233 u64 *fileoff) in can_skip_one_ordered_range() argument
1238 u64 cur = *fileoff; in can_skip_one_ordered_range()
1287 *fileoff = ordered->file_offset + ordered->num_bytes; in can_skip_one_ordered_range()
1309 *fileoff = cur + range_len; in can_skip_one_ordered_range()