/Linux-v5.4/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)
|
/Linux-v5.4/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-v5.4/fs/erofs/ |
D | inode.c | 168 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() argument 179 trace_erofs_fill_inode(inode, isdir); in erofs_fill_inode() 272 bool isdir) in erofs_iget() argument 285 err = erofs_fill_inode(inode, isdir); in erofs_iget()
|
/Linux-v5.4/include/linux/ |
D | fsnotify.h | 106 int isdir, struct inode *target, in fsnotify_move() argument 119 if (isdir) { in fsnotify_move()
|
/Linux-v5.4/fs/fuse/ |
D | fuse_i.h | 846 int fuse_open_common(struct inode *inode, struct file *file, bool isdir); 857 void fuse_release_common(struct file *file, bool isdir); 1028 bool isdir);
|
D | file.c | 111 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() argument 116 if (isdir ? ff->fc->no_opendir : ff->fc->no_open) { in fuse_file_put() 133 bool isdir) in fuse_do_open() argument 136 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_do_open() 144 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_do_open() 145 if (isdir ? !fc->no_opendir : !fc->no_open) { in fuse_do_open() 158 if (isdir) in fuse_do_open() 165 if (isdir) in fuse_do_open() 216 int fuse_open_common(struct inode *inode, struct file *file, bool isdir) in fuse_open_common() argument 233 err = fuse_do_open(fc, get_node_id(inode), file, isdir); in fuse_open_common() [all …]
|
/Linux-v5.4/tools/hv/ |
D | lsvmbus | 19 if not os.path.isdir(vmbus_sys_path):
|
/Linux-v5.4/scripts/ |
D | spdxcheck.py | 267 elif os.path.isdir(p):
|
D | checkkconfigsymbols.py | 300 ".log" in gitfile or os.path.isdir(gitfile) or \
|
/Linux-v5.4/Documentation/sphinx/ |
D | kfigure.py | 98 if not path.isdir(folder):
|
/Linux-v5.4/fs/afs/ |
D | fsclient.c | 721 const char *name, bool isdir, struct afs_status_cb *dvnode_scb) in afs_fs_remove() argument 730 return yfs_fs_remove(fc, vnode, name, isdir, dvnode_scb); in afs_fs_remove() 739 net, isdir ? &afs_RXFSRemoveDir : &afs_RXFSRemoveFile, in afs_fs_remove() 749 *bp++ = htonl(isdir ? FSREMOVEDIR : FSREMOVEFILE); in afs_fs_remove()
|
D | yfsclient.c | 918 const char *name, bool isdir, in yfs_fs_remove() argument 931 net, isdir ? &yfs_RXYFSRemoveDir : &yfs_RXYFSRemoveFile, in yfs_fs_remove() 946 bp = xdr_encode_u32(bp, isdir ? YFSREMOVEDIR : YFSREMOVEFILE); in yfs_fs_remove()
|
/Linux-v5.4/Documentation/target/ |
D | tcm_mod_builder.py | 28 if os.path.isdir(fabric_mod_dir_var) == True:
|
/Linux-v5.4/tools/kvm/kvm_stat/ |
D | kvm_stat | 1366 return os.path.isdir(os.path.join('/proc/', str(pid))) 1687 not os.path.isdir(os.path.join('/proc/',
|
/Linux-v5.4/fs/ceph/ |
D | file.c | 203 int fmode, bool isdir) in ceph_init_file_info() argument 209 inode->i_mode, isdir ? "dir" : "regular"); in ceph_init_file_info() 212 if (isdir) { in ceph_init_file_info()
|
/Linux-v5.4/fs/gfs2/ |
D | bmap.c | 124 int isdir = gfs2_is_dir(ip); in gfs2_unstuff_dinode() local 141 if (isdir) { in gfs2_unstuff_dinode()
|
/Linux-v5.4/tools/power/pm-graph/ |
D | bootgraph.py | 1094 if testrun and os.path.isdir(sysvals.testdir) and \
|
D | sleepgraph.py | 442 if not os.path.isdir(self.testdir): 6612 if(os.path.isdir(val) == False): 6729 if not os.path.isdir(sysvals.outdir):
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_offload.py | 323 elif os.path.isdir(p):
|
/Linux-v5.4/fs/ |
D | namei.c | 2780 static int may_delete(struct inode *dir, struct dentry *victim, bool isdir) in may_delete() argument 2806 if (isdir) { in may_delete()
|
/Linux-v5.4/fs/btrfs/ |
D | ioctl.c | 901 static int btrfs_may_delete(struct inode *dir, struct dentry *victim, int isdir) in btrfs_may_delete() argument 919 if (isdir) { in btrfs_may_delete()
|