Home
last modified time | relevance | path

Searched refs:nextents (Results 1 – 11 of 11) sorted by relevance

/linux/fs/xfs/scrub/
H A Dinode_repair.c1130 xfs_extnum_t nextents) in xrep_dinode_set_data_nextents() argument
1133 dip->di_big_nextents = cpu_to_be64(nextents); in xrep_dinode_set_data_nextents()
1135 dip->di_nextents = cpu_to_be32(nextents); in xrep_dinode_set_data_nextents()
1141 xfs_extnum_t nextents) in xrep_dinode_set_attr_nextents() argument
1144 dip->di_big_anextents = cpu_to_be32(nextents); in xrep_dinode_set_attr_nextents()
1146 dip->di_anextents = cpu_to_be16(nextents); in xrep_dinode_set_attr_nextents()
1667 xfs_extnum_t nextents; in xrep_inode_blockcounts() local
1673 error = xchk_inode_count_blocks(sc, XFS_DATA_FORK, &nextents, &count); in xrep_inode_blockcounts()
1689 error = xrep_ino_ensure_extent_count(sc, XFS_DATA_FORK, nextents); in xrep_inode_blockcounts()
1692 sc->ip->i_df.if_nextents = nextents; in xrep_inode_blockcounts()
[all …]
H A Drepair.h82 xfs_extnum_t nextents);
H A Dtrace.h2442 __field(uint32_t, nextents)
2462 __entry->nextents = be32_to_cpu(dip->di_nextents);
2471 TP_printk("dev %d:%d ino 0x%llx mode 0x%x version %u format %u uid %u gid %u disize 0x%llx nblocks 0x%llx extsize %u nextents %u anextents %u forkoff 0x%x aformat %u flags 0x%x gen 0x%x flags2 0x%llx cowextsize %u",
2482 __entry->nextents,
2519 __field(uint32_t, nextents)
2531 __entry->nextents = sc->ip->i_df.if_nextents;
2536 TP_printk("dev %d:%d ino 0x%llx disize 0x%llx nblocks 0x%llx flags 0x%x flags2 0x%llx nextents %u format %u anextents %u aformat %u",
2543 __entry->nextents,
/linux/fs/xfs/
H A Dxfs_inode_item_recover.c226 xfs_extnum_t nextents; in xlog_dinode_verify_extent_counts() local
242 nextents = ldip->di_big_nextents; in xlog_dinode_verify_extent_counts()
255 nextents = ldip->di_nextents; in xlog_dinode_verify_extent_counts()
259 if (unlikely(nextents + anextents > ldip->di_nblocks)) { in xlog_dinode_verify_extent_counts()
264 ldip->di_ino, xfs_has_large_extent_counts(mp), nextents, in xlog_dinode_verify_extent_counts()
H A Dxfs_itable.c75 xfs_extnum_t nextents; in xfs_bulkstat_one_int() local
155 nextents = xfs_ifork_nextents(&ip->i_df); in xfs_bulkstat_one_int()
157 buf->bs_extents = min(nextents, XFS_MAX_EXTCNT_DATA_FORK_SMALL); in xfs_bulkstat_one_int()
159 buf->bs_extents64 = nextents; in xfs_bulkstat_one_int()
H A Dxfs_bmap_util.h78 int whichfork, xfs_extnum_t *nextents,
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c603 xfs_extnum_t nextents; in xfs_dinode_verify() local
668 nextents = xfs_dfork_data_extents(dip); in xfs_dinode_verify()
673 if (mode && nextents + naextents > nblocks) in xfs_dinode_verify()
676 if (S_ISDIR(mode) && nextents > mp->m_dir_geo->max_extents) in xfs_dinode_verify()
789 if (nextents + naextents == 0 && nblocks != 0) in xfs_dinode_verify()
H A Dxfs_inode_fork.h163 xfs_extnum_t nextents);
/linux/include/linux/
H A Dquota.h408 blkcnt_t nextents; /* Number of extents in the file */ member
/linux/fs/gfs2/
H A Dquota.c1656 state->s_state[USRQUOTA].nextents = 1; /* unsupported */ in gfs2_quota_get_state()
/linux/fs/quota/
H A Ddquot.c2863 tstate->nextents = 1; /* We don't know... */ in dquot_get_state()