Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_inode.h97 static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip) in xfs_inode_on_unlinked_list() function
603 return VFS_I(ip)->i_nlink == 0 && !xfs_inode_on_unlinked_list(ip); in xfs_inode_unlinked_incomplete()