Searched refs:m_attroffset (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_mount.c598 mp->m_attroffset = XFS_LITINO(mp) -
604 mp->m_attroffset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS);
609 ASSERT(mp->m_attroffset < XFS_LITINO(mp));
H A Dxfs_mount.h384 uint m_attroffset; /* inode attribute offset */ member in struct:xfs_mount
H A Dxfs_bmap.c3533 ((mp->m_attroffset >> 3) > ip->i_d.di_forkoff)) {
3534 ip->i_d.di_forkoff = mp->m_attroffset >> 3;
4011 ip->i_d.di_forkoff = mp->m_attroffset >> 3;
4161 XFS_BMDR_SPACE_CALC(MINDBTPTRS) : mp->m_attroffset;
4166 mp->m_sb.sb_inodesize - mp->m_attroffset;
H A Dxfs_attr_leaf.c169 return mp->m_attroffset >> 3;
184 if (!dp->i_d.di_forkoff && dp->i_df.if_bytes > mp->m_attroffset)

Completed in 72 milliseconds