/Linux-v6.1/security/apparmor/ |
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-v6.1/fs/fuse/ |
D | fuse_i.h | 1006 int fuse_open_common(struct inode *inode, struct file *file, bool isdir); 1018 void fuse_release_common(struct file *file, bool isdir); 1226 bool isdir); 1318 unsigned int open_flags, bool isdir); 1320 unsigned int open_flags, fl_owner_t id, bool isdir);
|
D | file.c | 106 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() argument 111 if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->no_open) { in fuse_file_put() 128 unsigned int open_flags, bool isdir) in fuse_file_open() argument 132 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() 140 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open() 141 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_file_open() 154 if (isdir) in fuse_file_open() 161 if (isdir) in fuse_file_open() 170 bool isdir) in fuse_do_open() argument 172 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() [all …]
|
D | ioctl.c | 420 bool isdir = S_ISDIR(inode->i_mode); in fuse_priv_ioctl_prepare() local 422 if (!S_ISREG(inode->i_mode) && !isdir) in fuse_priv_ioctl_prepare() 425 return fuse_file_open(fm, get_node_id(inode), O_RDONLY, isdir); in fuse_priv_ioctl_prepare()
|
/Linux-v6.1/scripts/dtc/ |
D | dt-extract-compatibles | 63 if os.path.isdir(f):
|
/Linux-v6.1/include/linux/ |
D | fsnotify.h | 140 int isdir, struct inode *target, in fsnotify_move() argument 150 if (isdir) { in fsnotify_move()
|
/Linux-v6.1/tools/hv/ |
D | vmbus_testing | 30 if not os.path.isdir(debugfs_hyperv_path): 159 elif (os.path.isdir(f_path)):
|
D | lsvmbus | 19 if not os.path.isdir(vmbus_sys_path):
|
/Linux-v6.1/scripts/clang-tools/ |
D | gen_compile_commands.py | 202 if os.path.isdir(path):
|
/Linux-v6.1/scripts/ |
D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \
|
D | spdxcheck.py | 385 elif os.path.isdir(p):
|
/Linux-v6.1/tools/testing/kunit/ |
D | kunit_kernel.py | 174 if os.path.isdir(path):
|
/Linux-v6.1/tools/perf/pmu-events/ |
D | jevents.py | 659 if os.path.isdir(path):
|
/Linux-v6.1/Documentation/sphinx/ |
D | kfigure.py | 90 if not path.isdir(folder):
|
/Linux-v6.1/Documentation/target/ |
D | tcm_mod_builder.py | 28 if os.path.isdir(fabric_mod_dir_var) == True:
|
/Linux-v6.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 1448 return os.path.isdir(os.path.join('/proc/', str(pid))) 1852 not os.path.isdir(os.path.join('/proc/',
|
/Linux-v6.1/fs/ceph/ |
D | file.c | 203 int fmode, bool isdir) in ceph_init_file_info() argument 212 inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info() 215 if (isdir) { in ceph_init_file_info()
|
/Linux-v6.1/fs/gfs2/ |
D | bmap.c | 100 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local 115 if (isdir) { in __gfs2_unstuff_inode()
|
/Linux-v6.1/tools/power/pm-graph/ |
D | bootgraph.py | 1096 if testrun and os.path.isdir(sysvals.testdir) and \
|
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-v6.1/tools/testing/selftests/bpf/ |
D | test_offload.py | 324 elif os.path.isdir(p):
|
/Linux-v6.1/fs/ |
D | namei.c | 2917 struct dentry *victim, bool isdir) in may_delete() argument 2945 if (isdir) { in may_delete()
|
/Linux-v6.1/fs/btrfs/ |
D | ioctl.c | 891 struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument 910 if (isdir) { in btrfs_may_delete()
|