Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
Derofs.h56 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/
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()
171 if (!error && isdir && ((*name)[1] != '\0' || (*name)[0] != '/')) in d_namespace_path()
/kernel/linux/linux-5.10/fs/erofs/
Dinode.c233 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/
Dfsnotify.h131 int isdir, struct inode *target, in fsnotify_move() argument
143 if (isdir) { in fsnotify_move()
/kernel/linux/linux-5.10/tools/hv/
Dvmbus_testing30 if not os.path.isdir(debugfs_hyperv_path):
159 elif (os.path.isdir(f_path)):
Dlsvmbus19 if not os.path.isdir(vmbus_sys_path):
/kernel/linux/linux-5.10/fs/fuse/
Dfuse_i.h940 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);
Dfile.c112 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/
Dgen_compile_commands.py209 if os.path.isdir(path):
/kernel/linux/linux-5.10/scripts/
Dspdxcheck.py270 elif os.path.isdir(p):
Dcheckkconfigsymbols.py300 ".log" in gitfile or os.path.isdir(gitfile) or \
/kernel/linux/linux-5.10/Documentation/sphinx/
Dkfigure.py98 if not path.isdir(folder):
/kernel/linux/linux-5.10/Documentation/target/
Dtcm_mod_builder.py28 if os.path.isdir(fabric_mod_dir_var) == True:
/kernel/linux/linux-5.10/tools/kvm/kvm_stat/
Dkvm_stat1380 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/
Dfile.c204 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/
Dbmap.c121 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/
Dbootgraph.py1094 if testrun and os.path.isdir(sysvals.testdir) and \
Dsleepgraph.py458 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/
Dtest_offload.py324 elif os.path.isdir(p):
/kernel/linux/linux-5.10/fs/
Dnamei.c2700 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/
Dioctl.c915 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()