Searched refs:i8count (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_sf.h77 __uint8_t i8count; /* count of 8-byte inode #s */ member in struct:xfs_dir2_sf_hdr
93 #define XFS_DIR2_SF_HDR_SIZE(i8count) xfs_dir2_sf_hdr_size(i8count)
94 static inline int xfs_dir2_sf_hdr_size(int i8count) argument
97 ((i8count) == 0) * \
112 return ((sfp)->hdr.i8count == 0 ? \
122 if ((sfp)->hdr.i8count == 0)
149 ((sfp)->hdr.i8count == 0) * \
159 ((sfp)->hdr.i8count == 0) * \
167 ((char *)(sfp) + XFS_DIR2_SF_HDR_SIZE(sfp->hdr.i8count)));
[all...]
H A Dxfs_dir2_sf.c81 int i8count; /* count of big-inode entries */ local
91 count = i8count = namelen = 0;
117 i8count += be64_to_cpu(dep->inumber) > XFS_DIR2_MAX_SHORT_INUM;
127 size = XFS_DIR2_SF_HDR_SIZE(i8count) + /* header */
131 (i8count ? /* inumber */
141 sfhp->i8count = i8count;
202 memcpy(sfp, sfhp, XFS_DIR2_SF_HDR_SIZE(sfhp->i8count));
297 ASSERT(dp->i_d.di_size >= XFS_DIR2_SF_HDR_SIZE(sfp->hdr.i8count));
308 if (args->inumber > XFS_DIR2_MAX_SHORT_INUM && sfp->hdr.i8count
610 int i8count; /* number of big inode#s */ local
652 int i8count; /* parent inode is an 8-byte number */ local
[all...]
H A Dxfs_dir2_block.c1065 ASSERT(dp->i_d.di_size >= XFS_DIR2_SF_HDR_SIZE(sfp->hdr.i8count));

Completed in 100 milliseconds