/kernel/linux/linux-5.10/include/trace/events/ |
D | erofs.h | 56 TP_PROTO(struct inode *inode, int isdir), 57 TP_ARGS(inode, isdir), 64 __field(int, isdir ) 72 __entry->isdir = isdir; 78 __entry->isdir)
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/fs/erofs/ |
D | inode.c | 233 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() argument 240 trace_erofs_fill_inode(inode, isdir); in erofs_fill_inode() 317 bool isdir) in erofs_iget() argument 330 err = erofs_fill_inode(inode, isdir); in erofs_iget()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fsnotify.h | 131 int isdir, struct inode *target, in fsnotify_move() argument 143 if (isdir) { in fsnotify_move()
|
/kernel/linux/linux-5.10/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):
|
/kernel/linux/linux-5.10/fs/fuse/ |
D | fuse_i.h | 940 int fuse_open_common(struct inode *inode, struct file *file, bool isdir); 951 void fuse_release_common(struct file *file, bool isdir); 1160 bool isdir);
|
D | file.c | 112 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() argument 117 if (isdir ? ff->fm->fc->no_opendir : ff->fm->fc->no_open) { in fuse_file_put() 134 bool isdir) in fuse_do_open() argument 138 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() 146 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_do_open() 147 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_do_open() 160 if (isdir) in fuse_do_open() 167 if (isdir) in fuse_do_open() 217 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common() argument 248 err = fuse_do_open(fm, get_node_id(inode), file, isdir); in fuse_open_common() [all …]
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
D | gen_compile_commands.py | 209 if os.path.isdir(path):
|
/kernel/linux/linux-5.10/scripts/ |
D | spdxcheck.py | 270 elif os.path.isdir(p):
|
D | checkkconfigsymbols.py | 300 ".log" in gitfile or os.path.isdir(gitfile) or \
|
/kernel/linux/linux-5.10/Documentation/sphinx/ |
D | kfigure.py | 98 if not path.isdir(folder):
|
/kernel/linux/linux-5.10/Documentation/target/ |
D | tcm_mod_builder.py | 28 if os.path.isdir(fabric_mod_dir_var) == True:
|
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
D | kvm_stat | 1380 return os.path.isdir(os.path.join('/proc/', str(pid))) 1784 not os.path.isdir(os.path.join('/proc/',
|
/kernel/linux/linux-5.10/fs/ceph/ |
D | file.c | 204 int fmode, bool isdir) in ceph_init_file_info() argument 210 inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info() 213 if (isdir) { in ceph_init_file_info()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
D | bmap.c | 121 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local 138 if (isdir) { in gfs2_unstuff_dinode()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | bootgraph.py | 1094 if testrun and os.path.isdir(sysvals.testdir) and \
|
D | sleepgraph.py | 458 if not os.path.isdir(self.testdir): 6757 if(os.path.isdir(val) == False): 6872 if not os.path.isdir(sysvals.outdir):
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_offload.py | 324 elif os.path.isdir(p):
|
/kernel/linux/linux-5.10/fs/ |
D | namei.c | 2700 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete() argument 2726 if (isdir) { in may_delete()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | ioctl.c | 915 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument 933 if (isdir) { in btrfs_may_delete()
|