Home
last modified time | relevance | path

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

12

/linux/security/apparmor/
H A 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()
170 if (!error && isdir) { in d_namespace_path()
/linux/tools/net/ynl/pyynl/
H A Dcli.py58 if not os.path.isdir(schema_dir_):
60 if not os.path.isdir(schema_dir_):
70 if not os.path.isdir(spec_dir_):
/linux/scripts/
H A Dmacro_checker.py114 if os.path.isdir(path):
125 elif os.path.isdir(args.path):
H A Dcheckkconfigsymbols.py302 ".log" in gitfile or os.path.isdir(gitfile) or \
H A Dspdxcheck.py391 elif os.path.isdir(p):
/linux/tools/perf/pmu-events/
H A Darm64_metrics.py18 if os.path.isdir(path):
H A Dmodels.py13 if os.path.isdir(path):
H A Damd_metrics.py451 if os.path.isdir(path):
H A Djevents.py1389 if os.path.isdir(path):
/linux/fs/xfs/scrub/
H A Dorphanage.c531 bool isdir = S_ISDIR(VFS_I(sc->ip)->i_mode); in xrep_adoption_move() local
566 if (isdir) in xrep_adoption_move()
577 if (isdir) { in xrep_adoption_move()
/linux/tools/docs/
H A Dchecktransupdate.py172 if not os.path.isdir(f"{linux_path}/Documentation/translations/{locale}"):
190 if os.path.isdir(ab_item):
H A Dsphinx-build-wrapper467 if os.path.isdir(deny_vf):
/linux/tools/hv/
H A Dvmbus_testing30 if not os.path.isdir(debugfs_hyperv_path):
159 elif (os.path.isdir(f_path)):
H A Dlsvmbus19 if not os.path.isdir(vmbus_sys_path):
/linux/fs/fuse/
H A Dioctl.c486 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 Dfuse_i.h1193 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 Dfile.c130 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/include/linux/
H A Dfsnotify.h251 int isdir, struct inode *target, in fsnotify_move() argument
261 if (isdir) { in fsnotify_move()
/linux/scripts/dtc/
H A Ddt-extract-compatibles110 if os.path.isdir(f):
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py202 if os.path.isdir(path):
/linux/tools/lib/python/kdoc/
H A Dkdoc_files.py81 if os.path.isdir(f):
/linux/tools/lib/python/feat/
H A Dparse_features.py100 if os.path.isdir(fname):
/linux/tools/testing/kunit/
H A Dkunit_kernel.py183 if os.path.isdir(path):
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1448 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 Dbpf_offload.py335 elif os.path.isdir(p):
719 if not os.path.isdir("/sys/bus/netdevsim/"):

12