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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h728 #define XFS_ATTR_LEAF_NAME_ALIGN ((uint)sizeof(xfs_dablk_t)) macro
800 return round_up(remotesize + nlen, XFS_ATTR_LEAF_NAME_ALIGN);
830 return round_up(localsize + nlen + vlen, XFS_ATTR_LEAF_NAME_ALIGN);

Completed in 113 milliseconds