Home
last modified time | relevance | path

Searched refs:totsize (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_attr_sf.h55 return (void *)sf + be16_to_cpu(sf->totsize); in xfs_attr_sf_endptr()
A Dxfs_attr_leaf.c768 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xfs_attr_shortform_create()
827 be16_add_cpu(&sf->totsize, size); in xfs_attr_shortform_add()
860 uint16_t totsize = be16_to_cpu(sf->totsize); in xfs_attr_sf_removename() local
886 totsize -= size; in xfs_attr_sf_removename()
887 sf->totsize = cpu_to_be16(totsize); in xfs_attr_sf_removename()
892 if (totsize == sizeof(struct xfs_attr_sf_hdr) && xfs_has_attr2(mp) && in xfs_attr_sf_removename()
899 dp->i_forkoff = xfs_attr_shortform_bytesfit(dp, totsize); in xfs_attr_sf_removename()
901 ASSERT(totsize > sizeof(struct xfs_attr_sf_hdr) || in xfs_attr_sf_removename()
948 int size = be16_to_cpu(sf->totsize); in xfs_attr_shortform_to_leaf()
A Dxfs_ondisk.h109 XFS_CHECK_OFFSET(struct xfs_attr_sf_hdr, totsize, 0); in xfs_check_ondisk_structs()
A Dxfs_da_format.h601 __be16 totsize; /* total bytes in shortform list */ member
A Dxfs_inode_fork.c303 return be16_to_cpu(sf->totsize); in xfs_dfork_attr_shortform_size()
A Dxfs_attr.c1170 return be16_to_cpu(sf->totsize); in xfs_attr_sf_totsize()
/fs/xfs/scrub/
A Dattr_repair.c846 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xrep_xattr_full_reset()
971 hdr->totsize = cpu_to_be16(sizeof(*hdr)); in xrep_xattr_fork_remove()
A Dinode_repair.c1224 attr_size = be16_to_cpu(afork_ptr->totsize); in xrep_dinode_check_afork()

Completed in 27 milliseconds