| /linux-6.15/security/apparmor/ |
| H 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.15/tools/net/ynl/pyynl/ |
| H A D | cli.py | 20 if not os.path.isdir(schema_dir): 22 if not os.path.isdir(schema_dir): 28 if not os.path.isdir(spec_dir):
|
| /linux-6.15/scripts/ |
| H A D | macro_checker.py | 114 if os.path.isdir(path): 125 elif os.path.isdir(args.path):
|
| H A D | checktransupdate.py | 136 if not os.path.isdir(f"{linux_path}/Documentation/translations/{locale}"): 154 if os.path.isdir(ab_item):
|
| H A D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \
|
| H A D | spdxcheck.py | 391 elif os.path.isdir(p):
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | orphanage.c | 530 bool isdir = S_ISDIR(VFS_I(sc->ip)->i_mode); in xrep_adoption_move() local 565 if (isdir) in xrep_adoption_move() 576 if (isdir) { in xrep_adoption_move()
|
| /linux-6.15/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-6.15/tools/perf/pmu-events/ |
| H A D | models.py | 13 if os.path.isdir(path):
|
| H A D | jevents.py | 1247 if os.path.isdir(path):
|
| /linux-6.15/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 | 1167 void fuse_release_common(struct file *file, bool isdir); 1404 bool isdir); 1504 unsigned int open_flags, bool isdir); 1506 unsigned int open_flags, fl_owner_t id, bool isdir);
|
| H A D | file.c | 127 unsigned int open_flags, bool isdir) in fuse_file_open() argument 131 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() 132 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open() 140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open() 157 if (isdir) in fuse_file_open() 164 if (isdir) in fuse_file_open() 173 bool isdir) in fuse_do_open() argument 337 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() argument 341 int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE; in fuse_file_release() 362 void fuse_release_common(struct file *file, bool isdir) in fuse_release_common() argument [all …]
|
| /linux-6.15/tools/testing/selftests/devices/probe/ |
| H A D | test_discoverable_devices.py | 200 ksft.test_result(os.path.isdir(driver_link), test_name) 204 ksft.test_result(os.path.isdir(driver_link), test_name)
|
| /linux-6.15/include/linux/ |
| H A D | fsnotify.h | 276 int isdir, struct inode *target, in fsnotify_move() argument 286 if (isdir) { in fsnotify_move()
|
| /linux-6.15/scripts/dtc/ |
| H A D | dt-extract-compatibles | 109 if os.path.isdir(f):
|
| /linux-6.15/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 202 if os.path.isdir(path):
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kfigure.py | 86 if not path.isdir(folder):
|
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 182 if os.path.isdir(path):
|
| /linux-6.15/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 426 if not os.path.isdir(tried_region_dir):
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/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()
|