Home
last modified time | relevance | path

Searched refs:xfs_attr_sf_hdr (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_sf.h32 struct xfs_attr_sf_hdr { /* constant-structure header block */ struct
43 typedef struct xfs_attr_sf_hdr xfs_attr_sf_hdr_t;
Dxfs_attr_leaf.c846 bytes = sizeof(struct xfs_attr_sf_hdr); in xfs_attr_shortform_allfit()
863 (bytes == sizeof(struct xfs_attr_sf_hdr))) in xfs_attr_shortform_allfit()
Dxfs_inode_fork.c202 if (unlikely(size < sizeof(struct xfs_attr_sf_hdr))) { in xfs_iformat_fork()