Searched refs:new_is_dir (Results 1 - 4 of 4) sorted by path

/linux-master/fs/
H A Dlibfs.c813 bool new_is_dir = d_is_dir(new_dentry); local
815 if (old_dir != new_dir && old_is_dir != new_is_dir) {
H A Dnamei.c4777 bool new_is_dir = false; local
4792 new_is_dir = d_is_dir(new_dentry);
4799 new_dentry, new_is_dir);
4818 if ((flags & RENAME_EXCHANGE) && new_is_dir) {
4851 if (target && (!new_is_dir || lock_new_subdir))
4853 } else if (new_is_dir) {
4871 if (is_dir && !new_is_dir && new_dir->i_nlink >= max_links)
4873 if ((flags & RENAME_EXCHANGE) && !is_dir && new_is_dir &&
4882 if (target && !new_is_dir) {
4909 if (target && (!new_is_dir || lock_new_subdi
[all...]
/linux-master/fs/overlayfs/
H A Ddir.c1082 bool new_is_dir = d_is_dir(new); local
1102 if (overwrite && new_is_dir && !ovl_pure_upper(new)) {
1244 else if (!overwrite && new_is_dir && !new_opaque &&
1259 if (new_is_dir)
/linux-master/security/selinux/
H A Dhooks.c1892 int old_is_dir, new_is_dir; local
1927 new_is_dir = d_is_dir(new_dentry);
1930 (new_is_dir ? DIR__RMDIR : FILE__UNLINK), &ad);

Completed in 392 milliseconds