Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dir.c75 static int xfs_dir_isempty(struct xfs_inode *dp);
129 .xd_isempty = xfs_dir_isempty,
215 xfs_dir_isempty(xfs_inode_t *dp) in xfs_dir_isempty() function