| /linux/tools/net/ynl/pyynl/ |
| H A D | cli.py | 21 if not os.path.isdir(schema_dir): 23 if not os.path.isdir(schema_dir): 29 if not os.path.isdir(spec_dir):
|
| /linux/scripts/ |
| H A D | macro_checker.py | 114 if os.path.isdir(path): 125 elif os.path.isdir(args.path):
|
| H A D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 172 if not os.path.isdir(f"{linux_path}/Documentation/translations/{locale}"): 190 if os.path.isdir(ab_item):
|
| H A D | sphinx-build-wrapper | 475 if os.path.isdir(deny_vf):
|
| /linux/tools/hv/ |
| H A D | vmbus_testing | 30 if not os.path.isdir(debugfs_hyperv_path): 159 elif (os.path.isdir(f_path)):
|
| H A D | lsvmbus | 19 if not os.path.isdir(vmbus_sys_path):
|
| /linux/fs/fuse/ |
| H A D | ioctl.c | 486 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local 494 if (!S_ISREG(inode->i_mode) && !isdir) in fuse_priv_ioctl_prepare() 497 return fuse_file_open(fm, get_node_id(inode), O_RDONLY, isdir); in fuse_priv_ioctl_prepare()
|
| H A D | fuse_i.h | 1193 void fuse_release_common(struct file *file, bool isdir); 1446 bool isdir); 1546 unsigned int open_flags, bool isdir); 1548 unsigned int open_flags, fl_owner_t id, bool isdir);
|
| H 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() 135 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open() 136 bool release = !isdir || open; in fuse_file_open() 152 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open() 166 if (isdir) { in fuse_file_open() 177 if (isdir) in fuse_file_open() 186 bool isdir) in fuse_do_open() argument 188 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() 350 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() argument [all …]
|
| /linux/tools/perf/pmu-events/ |
| H A D | models.py | 13 if os.path.isdir(path):
|
| H A D | jevents.py | 1389 if os.path.isdir(path):
|
| /linux/scripts/dtc/ |
| H A D | dt-extract-compatibles | 109 if os.path.isdir(f):
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 80 if os.path.isdir(f):
|
| /linux/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 323 if os.path.isdir(path):
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 183 if os.path.isdir(path):
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 87 if os.path.isdir(fname):
|
| /linux/tools/kvm/kvm_stat/ |
| H 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/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 335 elif os.path.isdir(p): 719 if not os.path.isdir("/sys/bus/netdevsim/"):
|
| /linux/fs/ceph/ |
| H A D | file.c | 201 int fmode, bool isdir) in ceph_init_file_info() argument 211 file, inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info() 214 if (isdir) { in ceph_init_file_info()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 95 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local 110 if (isdir) { in __gfs2_unstuff_inode()
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 716 if not os.path.isdir(tried_region_dir):
|
| /linux/tools/power/pm-graph/ |
| H A D | bootgraph.py | 1096 if testrun and os.path.isdir(sysvals.testdir) and \
|
| H A D | sleepgraph.py | 511 if not os.path.isdir(self.testdir): 7066 if(os.path.isdir(val) == False): 7177 if not os.path.isdir(sysvals.outdir):
|
| /linux/fs/btrfs/ |
| H A D | ioctl.c | 839 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument 860 if (isdir) { in btrfs_may_delete()
|