Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Ddir.c580 bool dir_is_empty(struct inode *dir) in dir_is_empty() function
Dntfs_fs.h492 bool dir_is_empty(struct inode *dir);
Dinode.c1757 if (S_ISDIR(inode->i_mode) && !dir_is_empty(inode)) { in ntfs_unlink_inode()