Searched refs:xfs_dfork_format (Results 1 – 2 of 2) sorted by relevance
400 int xfs_dfork_format(xfs_dinode_t *dip, int w);402 #define XFS_DFORK_FORMAT(dip,w) xfs_dfork_format(dip,w)
982 xfs_dfork_format(xfs_dinode_t *dip, int w) in xfs_dfork_format() function