Home
last modified time | relevance | path

Searched refs:xfs_dfork_format (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dinode.h400 int xfs_dfork_format(xfs_dinode_t *dip, int w);
402 #define XFS_DFORK_FORMAT(dip,w) xfs_dfork_format(dip,w)
Dxfs_macros.c982 xfs_dfork_format(xfs_dinode_t *dip, int w) in xfs_dfork_format() function