Searched refs:nextents (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 1130 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 D | repair.h | 82 xfs_extnum_t nextents);
|
| H A D | trace.h | 2442 __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 D | xfs_inode_item_recover.c | 226 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 D | xfs_itable.c | 75 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 D | xfs_bmap_util.h | 78 int whichfork, xfs_extnum_t *nextents,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_buf.c | 603 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 D | xfs_inode_fork.h | 163 xfs_extnum_t nextents);
|
| /linux/include/linux/ |
| H A D | quota.h | 408 blkcnt_t nextents; /* Number of extents in the file */ member
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 1656 state->s_state[USRQUOTA].nextents = 1; /* unsupported */ in gfs2_quota_get_state()
|
| /linux/fs/quota/ |
| H A D | dquot.c | 2863 tstate->nextents = 1; /* We don't know... */ in dquot_get_state()
|