Home
last modified time | relevance | path

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

/linux-6.1.9/security/apparmor/
Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
95 int buflen = aa_g_path_max - isdir; in d_namespace_path()
171 if (!error && isdir && ((*name)[1] != '\0' || (*name)[0] != '/')) in d_namespace_path()
/linux-6.1.9/fs/fuse/
Dfuse_i.h1006 int fuse_open_common(struct inode *inode, struct file *file, bool isdir);
1018 void fuse_release_common(struct file *file, bool isdir);
1226 bool isdir);
1318 unsigned int open_flags, bool isdir);
1320 unsigned int open_flags, fl_owner_t id, bool isdir);
Dfile.c106 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() argument
111 if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->no_open) { in fuse_file_put()
128 unsigned int open_flags, bool isdir) in fuse_file_open() argument
132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open()
140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open()
141 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_file_open()
154 if (isdir) in fuse_file_open()
161 if (isdir) in fuse_file_open()
170 bool isdir) in fuse_do_open() argument
172 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open()
[all …]
Dioctl.c420 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local
422 if (!S_ISREG(inode->i_mode) && !isdir) in fuse_priv_ioctl_prepare()
425 return fuse_file_open(fm, get_node_id(inode), O_RDONLY, isdir); in fuse_priv_ioctl_prepare()
/linux-6.1.9/scripts/dtc/
Ddt-extract-compatibles63 if os.path.isdir(f):
/linux-6.1.9/include/linux/
Dfsnotify.h140 int isdir, struct inode *target, in fsnotify_move() argument
150 if (isdir) { in fsnotify_move()
/linux-6.1.9/tools/hv/
Dvmbus_testing30 if not os.path.isdir(debugfs_hyperv_path):
159 elif (os.path.isdir(f_path)):
Dlsvmbus19 if not os.path.isdir(vmbus_sys_path):
/linux-6.1.9/scripts/clang-tools/
Dgen_compile_commands.py202 if os.path.isdir(path):
/linux-6.1.9/scripts/
Dcheckkconfigsymbols.py302 ".log" in gitfile or os.path.isdir(gitfile) or \
Dspdxcheck.py385 elif os.path.isdir(p):
/linux-6.1.9/tools/testing/kunit/
Dkunit_kernel.py174 if os.path.isdir(path):
/linux-6.1.9/tools/perf/pmu-events/
Djevents.py659 if os.path.isdir(path):
/linux-6.1.9/Documentation/sphinx/
Dkfigure.py90 if not path.isdir(folder):
/linux-6.1.9/Documentation/target/
Dtcm_mod_builder.py28 if os.path.isdir(fabric_mod_dir_var) == True:
/linux-6.1.9/tools/kvm/kvm_stat/
Dkvm_stat1448 return os.path.isdir(os.path.join('/proc/', str(pid)))
1852 not os.path.isdir(os.path.join('/proc/',
/linux-6.1.9/fs/ceph/
Dfile.c203 int fmode, bool isdir) in ceph_init_file_info() argument
212 inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info()
215 if (isdir) { in ceph_init_file_info()
/linux-6.1.9/fs/gfs2/
Dbmap.c100 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
115 if (isdir) { in __gfs2_unstuff_inode()
/linux-6.1.9/tools/power/pm-graph/
Dbootgraph.py1096 if testrun and os.path.isdir(sysvals.testdir) and \
Dsleepgraph.py499 if not os.path.isdir(self.testdir):
6987 if(os.path.isdir(val) == False):
7098 if not os.path.isdir(sysvals.outdir):
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_offload.py324 elif os.path.isdir(p):
/linux-6.1.9/fs/
Dnamei.c2917 struct dentry *victim, bool isdir) in may_delete() argument
2945 if (isdir) { in may_delete()
/linux-6.1.9/fs/btrfs/
Dioctl.c891 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument
910 if (isdir) { in btrfs_may_delete()