Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Ddir.c612 bool dir_is_empty(struct inode *dir) in dir_is_empty() function
H A Dntfs_fs.h495 bool dir_is_empty(struct inode *dir);
H A Dinode.c1770 if (S_ISDIR(inode->i_mode) && !dir_is_empty(inode)) { in ntfs_unlink_inode()