Searched defs:xpc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs_types.h244 } xpc; member in struct:xfsstats
250 # define XFS_STATS64_INC(count) ( xfsstats.xpc.##count ++ )
251 # define XFS_STATS64_ADD(count, inc) ( xfsstats.xpc.##count += (inc) )

Completed in 18 milliseconds