Searched refs:firstused (Results 1 – 6 of 6) sorted by relevance
104 to->firstused = be16_to_cpu(hdr3->firstused); in xfs_attr3_leaf_firstused_from_disk()106 to->firstused = be16_to_cpu(from->hdr.firstused); in xfs_attr3_leaf_firstused_from_disk()117 to->firstused = geo->blksize; in xfs_attr3_leaf_firstused_from_disk()128 uint32_t firstused; in xfs_attr3_leaf_firstused_to_disk() local138 firstused = from->firstused; in xfs_attr3_leaf_firstused_to_disk()139 if (firstused > USHRT_MAX) { in xfs_attr3_leaf_firstused_to_disk()146 hdr3->firstused = cpu_to_be16(firstused); in xfs_attr3_leaf_firstused_to_disk()148 to->hdr.firstused = cpu_to_be16(firstused); in xfs_attr3_leaf_firstused_to_disk()2258 ichdr.firstused = tmp; in xfs_attr3_leaf_remove()2259 ASSERT(ichdr.firstused != 0); in xfs_attr3_leaf_remove()[all …]
622 __be16 firstused; /* first used byte in name area */ member682 __be16 firstused; member
33 uint32_t firstused; member
349 if (nameidx < leafhdr->firstused || in xchk_xattr_entry()436 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block()438 if (leafhdr.firstused < hdrsize) in xchk_xattr_block()449 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
430 if (nameidx < leafhdr.firstused || in xrep_xattr_recover_leaf()
100 unsigned char firstused; member
Completed in 24 milliseconds