Searched refs:fileoff (Results 1 – 5 of 5) 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 | 929 xfs_fileoff_t fileoff; in xrep_dinode_bad_bmbt_fork() local 933 fileoff = be64_to_cpu(fkp->br_startoff); in xrep_dinode_bad_bmbt_fork() 934 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/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_trace.h | 1655 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1657 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1662 __field(xfs_fileoff_t, fileoff) 1671 __entry->fileoff = fileoff; 1681 __entry->fileoff, 5007 xfs_fileoff_t fileoff), 5008 TP_ARGS(xfbt, cur, fileoff), 5013 __field(xfs_fileoff_t, fileoff) 5019 __entry->fileoff = fileoff; 5025 (unsigned long long)__entry->fileoff) [all …]
|