Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
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()
114 if (to->firstused == XFS_ATTR3_LEAF_NULLOFF) { 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
131 ASSERT(from->firstused != XFS_ATTR3_LEAF_NULLOFF); in xfs_attr3_leaf_firstused_to_disk()
138 firstused = from->firstused; in xfs_attr3_leaf_firstused_to_disk()
139 if (firstused > USHRT_MAX) { in xfs_attr3_leaf_firstused_to_disk()
140 ASSERT(from->firstused == geo->blksize); in xfs_attr3_leaf_firstused_to_disk()
141 firstused = XFS_ATTR3_LEAF_NULLOFF; in xfs_attr3_leaf_firstused_to_disk()
[all …]
Dxfs_da_format.h639 __be16 firstused; /* first used byte in name area */ member
689 __be16 firstused; member
727 uint32_t firstused; member
/linux-4.19.296/fs/xfs/scrub/
Dattr.c215 if (nameidx < leafhdr->firstused || in xchk_xattr_entry()
290 if (leafhdr.firstused > mp->m_attr_geo->blksize) in xchk_xattr_block()
292 if (leafhdr.firstused < hdrsize) in xchk_xattr_block()
301 if ((char *)&entries[leafhdr.count] > (char *)leaf + leafhdr.firstused) in xchk_xattr_block()
/linux-4.19.296/fs/efs/
Defs.h103 unsigned char firstused; member