/linux-6.3-rc2/security/apparmor/ |
A D | path.c | 94 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.3-rc2/fs/fuse/ |
A D | fuse_i.h | 1011 int fuse_open_common(struct inode *inode, struct file *file, bool isdir); 1023 void fuse_release_common(struct file *file, bool isdir); 1231 bool isdir); 1323 unsigned int open_flags, bool isdir); 1325 unsigned int open_flags, fl_owner_t id, bool isdir);
|
A D | ioctl.c | 420 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local 428 if (!S_ISREG(inode->i_mode) && !isdir) in fuse_priv_ioctl_prepare() 431 return fuse_file_open(fm, get_node_id(inode), O_RDONLY, isdir); in fuse_priv_ioctl_prepare()
|
A D | file.c | 130 unsigned int open_flags, bool isdir) in fuse_file_open() argument 134 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() 143 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_file_open() 156 if (isdir) in fuse_file_open() 163 if (isdir) in fuse_file_open() 172 bool isdir) in fuse_do_open() argument 253 err = fuse_do_open(fm, get_node_id(inode), file, isdir); in fuse_open_common() 311 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() 331 fuse_file_put(ff, ff->fm->fc->destroy, isdir); in fuse_file_release() 334 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common() argument [all …]
|
/linux-6.3-rc2/scripts/dtc/ |
A D | dt-extract-compatibles | 63 if os.path.isdir(f):
|
/linux-6.3-rc2/include/linux/ |
A D | fsnotify.h | 140 int isdir, struct inode *target, in fsnotify_move() argument 150 if (isdir) { in fsnotify_move()
|
/linux-6.3-rc2/tools/hv/ |
A D | vmbus_testing | 30 if not os.path.isdir(debugfs_hyperv_path): 159 elif (os.path.isdir(f_path)):
|
A D | lsvmbus | 19 if not os.path.isdir(vmbus_sys_path):
|
/linux-6.3-rc2/scripts/clang-tools/ |
A D | gen_compile_commands.py | 202 if os.path.isdir(path):
|
/linux-6.3-rc2/scripts/ |
A D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \
|
A D | spdxcheck.py | 385 elif os.path.isdir(p):
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_kernel.py | 174 if os.path.isdir(path):
|
/linux-6.3-rc2/Documentation/target/ |
A D | tcm_mod_builder.py | 28 if os.path.isdir(fabric_mod_dir_var) == True:
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kfigure.py | 90 if not path.isdir(folder):
|
/linux-6.3-rc2/tools/perf/pmu-events/ |
A D | jevents.py | 885 if os.path.isdir(path):
|
/linux-6.3-rc2/tools/kvm/kvm_stat/ |
A D | kvm_stat | 1448 return os.path.isdir(os.path.join('/proc/', str(pid))) 1852 not os.path.isdir(os.path.join('/proc/',
|
/linux-6.3-rc2/fs/ceph/ |
A D | file.c | 199 int fmode, bool isdir) in ceph_init_file_info() argument 208 inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info() 211 if (isdir) { in ceph_init_file_info()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_offload.py | 324 elif os.path.isdir(p): 777 if not os.path.isdir("/sys/bus/netdevsim/"):
|
/linux-6.3-rc2/fs/gfs2/ |
A D | bmap.c | 97 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local 112 if (isdir) { in __gfs2_unstuff_inode()
|
/linux-6.3-rc2/tools/power/pm-graph/ |
A D | bootgraph.py | 1096 if testrun and os.path.isdir(sysvals.testdir) and \
|
A D | sleepgraph.py | 499 if not os.path.isdir(self.testdir): 6987 if(os.path.isdir(val) == False): 7098 if not os.path.isdir(sysvals.outdir):
|
/linux-6.3-rc2/fs/btrfs/ |
A D | ioctl.c | 902 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument 921 if (isdir) { in btrfs_may_delete()
|
/linux-6.3-rc2/fs/ |
A D | namei.c | 2918 struct dentry *victim, bool isdir) in may_delete() argument 2946 if (isdir) { in may_delete()
|