Home
last modified time | relevance | path

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

/linux/scripts/
H A Dmacro_checker.py114 if os.path.isdir(path):
125 elif os.path.isdir(args.path):
H A Dchecktransupdate.py136 if not os.path.isdir(f"{linux_path}/Documentation/translations/{locale}"):
154 if os.path.isdir(ab_item):
H A Dcheckkconfigsymbols.py302 ".log" in gitfile or os.path.isdir(gitfile) or \
H A Dspdxcheck.py391 elif os.path.isdir(p):
/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/include/linux/
H A Dfsnotify.h255 int isdir, struct inode *target, in fsnotify_move() argument
265 if (isdir) { in fsnotify_move()
/linux/tools/perf/pmu-events/
H A Dmodels.py13 if os.path.isdir(path):
/linux/scripts/dtc/
H A Ddt-extract-compatibles109 if os.path.isdir(f):
/linux/fs/fuse/
H A Dfile.c127 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
175 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open()
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()
[all …]
/linux/scripts/clang-tools/
H A Dgen_compile_commands.py202 if os.path.isdir(path):
/linux/Documentation/sphinx/
H A Dkfigure.py84 if not path.isdir(folder):
/linux/tools/testing/selftests/damon/
H A D_damon_sysfs.py426 if not os.path.isdir(tried_region_dir):
/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.py333 elif os.path.isdir(p):
716 if not os.path.isdir("/sys/bus/netdevsim/"):
/linux/fs/ceph/
H A Dfile.c201 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 Dbmap.c95 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local
110 if (isdir) { in __gfs2_unstuff_inode()
/linux/tools/power/pm-graph/
H A Dbootgraph.py1096 if testrun and os.path.isdir(sysvals.testdir) and \
/linux/fs/
H A Dnamei.c3113 struct dentry *victim, bool isdir) in may_delete() argument
3141 if (isdir) { in may_delete()
/linux/fs/btrfs/
H A Dioctl.c844 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument
865 if (isdir) { in btrfs_may_delete()