Searched refs:fileoff (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
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 …]
|
D | inode_repair.c | 858 xfs_fileoff_t fileoff; in xrep_dinode_bad_bmbt_fork() local 862 fileoff = be64_to_cpu(fkp->br_startoff); in xrep_dinode_bad_bmbt_fork() 863 if (!xfs_verify_fileoff(sc->mp, fileoff)) in xrep_dinode_bad_bmbt_fork()
|
D | trace.h | 2770 __field(xfs_fileoff_t, fileoff) 2780 __entry->fileoff = irec->br_startoff; 2792 __entry->fileoff,
|
/linux-6.12.1/tools/testing/selftests/arm64/mte/ |
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.12.1/fs/xfs/ |
D | xfs_trace.h | 1603 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1605 TP_ARGS(ip, fileoff, len, flags, caller_ip), 1610 __field(xfs_fileoff_t, fileoff) 1619 __entry->fileoff = fileoff; 1629 __entry->fileoff, 4832 xfs_fileoff_t fileoff), 4833 TP_ARGS(xfbt, cur, fileoff), 4838 __field(xfs_fileoff_t, fileoff) 4844 __entry->fileoff = fileoff; 4850 (unsigned long long)__entry->fileoff) [all …]
|