Home
last modified time | relevance | path

Searched refs:firstused (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_attr_leaf.c104 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() local
138 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 …]
A Dxfs_da_format.h622 __be16 firstused; /* first used byte in name area */ member
682 __be16 firstused; member
A Dxfs_attr_leaf.h33 uint32_t firstused; member
/fs/xfs/scrub/
A Dattr.c349 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()
A Dattr_repair.c430 if (nameidx < leafhdr.firstused || in xrep_xattr_recover_leaf()
/fs/efs/
A Defs.h100 unsigned char firstused; member

Completed in 24 milliseconds