Home
last modified time | relevance | path

Searched refs:nextents (Results 1 – 9 of 9) 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()
1671 xfs_extnum_t nextents; in xrep_inode_blockcounts() local
1677 error = xchk_inode_count_blocks(sc, XFS_DATA_FORK, &nextents, &count); in xrep_inode_blockcounts()
1693 error = xrep_ino_ensure_extent_count(sc, XFS_DATA_FORK, nextents); in xrep_inode_blockcounts()
1696 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);
2482 __entry->nextents,
2519 __field(uint32_t, nextents)
2531 __entry->nextents = sc->ip->i_df.if_nextents;
2543 __entry->nextents,
/linux/fs/xfs/
H A Dxfs_bmap_util.h83 int whichfork, xfs_extnum_t *nextents,
H A Dxfs_bmap_util.c101 xfs_extnum_t *nextents, in xfs_bmap_count_blocks() argument
110 *nextents = 0; in xfs_bmap_count_blocks()
137 *nextents = xfs_bmap_count_leaves(ifp, count); in xfs_bmap_count_blocks()
/linux/fs/xfs/libxfs/
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.c1668 state->s_state[USRQUOTA].nextents = 1; /* unsupported */ in gfs2_quota_get_state()
/linux/fs/quota/
H A Ddquot.c2817 tstate->nextents = 1; /* We don't know... */ in dquot_get_state()