Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_attr_sf.h101 #define XFS_ATTR_SF_TOTSIZE(dp) xfs_attr_sf_totsize(dp) macro
103 #define XFS_ATTR_SF_TOTSIZE(dp) /* total space in use */ \ macro
Dxfs_macros.c349 return XFS_ATTR_SF_TOTSIZE(dp); in xfs_attr_sf_totsize()
Dxfs_attr.c819 newsize = XFS_ATTR_SF_TOTSIZE(args->dp); in xfs_attr_shortform_addname()