Home
last modified time | relevance | path

Searched refs:dentry_operations (Results 1 – 25 of 81) sorted by relevance

1234

/Linux-v5.4/fs/9p/
Dvfs_dentry.c97 const struct dentry_operations v9fs_cached_dentry_operations = {
104 const struct dentry_operations v9fs_dentry_operations = {
Dv9fs_vfs.h37 extern const struct dentry_operations v9fs_dentry_operations;
38 extern const struct dentry_operations v9fs_cached_dentry_operations;
/Linux-v5.4/include/linux/
Dpseudo_fs.h9 const struct dentry_operations *dops;
Ddcache.h102 const struct dentry_operations *d_op;
135 struct dentry_operations { struct
233 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/Linux-v5.4/fs/cifs/
Dcifsfs.h122 extern const struct dentry_operations cifs_dentry_ops;
123 extern const struct dentry_operations cifs_ci_dentry_ops;
/Linux-v5.4/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
Dhfs_fs.h227 extern const struct dentry_operations hfs_dentry_operations;
/Linux-v5.4/fs/ocfs2/
Ddcache.h15 extern const struct dentry_operations ocfs2_dentry_ops;
/Linux-v5.4/scripts/
Dconst_structs.checkpatch8 dentry_operations
/Linux-v5.4/fs/ecryptfs/
Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/Linux-v5.4/fs/proc/
Dinternal.h43 const struct dentry_operations *proc_dops;
155 extern const struct dentry_operations pid_dentry_operations;
/Linux-v5.4/fs/jfs/
Djfs_inode.h38 extern const struct dentry_operations jfs_ci_dentry_operations;
/Linux-v5.4/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/Linux-v5.4/fs/gfs2/
Dsuper.h52 extern const struct dentry_operations gfs2_dops;
Ddentry.c103 const struct dentry_operations gfs2_dops = {
/Linux-v5.4/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/Linux-v5.4/fs/kernfs/
Dkernfs-internal.h101 extern const struct dentry_operations kernfs_dops;
/Linux-v5.4/fs/
Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
Dinternal.h182 extern const struct dentry_operations ns_dentry_operations;
/Linux-v5.4/fs/orangefs/
Ddcache.c139 const struct dentry_operations orangefs_dentry_operations = {
/Linux-v5.4/fs/affs/
Daffs.h214 extern const struct dentry_operations affs_dentry_operations;
215 extern const struct dentry_operations affs_intl_dentry_operations;
/Linux-v5.4/fs/configfs/
Dconfigfs_internal.h93 extern const struct dentry_operations configfs_dentry_ops;
/Linux-v5.4/fs/adfs/
Dadfs.h166 extern const struct dentry_operations adfs_dentry_operations;
/Linux-v5.4/fs/autofs/
Dautofs_i.h175 extern const struct dentry_operations autofs_dentry_operations;
/Linux-v5.4/fs/fuse/
Dfuse_i.h790 extern const struct dentry_operations fuse_dentry_operations;
791 extern const struct dentry_operations fuse_root_dentry_operations;

1234