Searched refs:XFS_LBSIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.c810 tmpbuffer = kmem_alloc(XFS_LBSIZE(dp->i_mount), KM_SLEEP);
814 memcpy(tmpbuffer, bp->data, XFS_LBSIZE(dp->i_mount));
817 memset(bp->data, 0, XFS_LBSIZE(dp->i_mount));
878 kmem_free(tmpbuffer, XFS_LBSIZE(dp->i_mount));
911 memcpy(bp2->data, bp1->data, XFS_LBSIZE(dp->i_mount));
914 xfs_da_log_buf(args->trans, bp2, 0, XFS_LBSIZE(dp->i_mount) - 1);
930 xfs_da_log_buf(args->trans, bp1, 0, XFS_LBSIZE(dp->i_mount) - 1);
966 memset((char *)leaf, 0, XFS_LBSIZE(dp->i_mount));
969 hdr->firstused = cpu_to_be16(XFS_LBSIZE(dp->i_mount));
972 XFS_LBSIZE(d
[all...]
H A Dxfs_da_btree.h29 * Directory Structure when greater than XFS_LBSIZE(mp) bytes.
77 #define XFS_LBSIZE(mp) (mp)->m_sb.sb_blocksize macro

Completed in 50 milliseconds