Home
last modified time | relevance | path

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

1234

/Linux-v5.10/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.10/include/linux/
Dpseudo_fs.h9 const struct dentry_operations *dops;
Ddcache.h102 const struct dentry_operations *d_op;
135 struct dentry_operations { struct
235 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/Linux-v5.10/fs/cifs/
Dcifsfs.h123 extern const struct dentry_operations cifs_dentry_ops;
124 extern const struct dentry_operations cifs_ci_dentry_ops;
/Linux-v5.10/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/Linux-v5.10/fs/ocfs2/
Ddcache.h15 extern const struct dentry_operations ocfs2_dentry_ops;
/Linux-v5.10/fs/ecryptfs/
Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/Linux-v5.10/scripts/
Dconst_structs.checkpatch8 dentry_operations
/Linux-v5.10/fs/jfs/
Djfs_inode.h38 extern const struct dentry_operations jfs_ci_dentry_operations;
/Linux-v5.10/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/Linux-v5.10/fs/proc/
Dinternal.h46 const struct dentry_operations *proc_dops;
164 extern const struct dentry_operations pid_dentry_operations;
/Linux-v5.10/fs/gfs2/
Dsuper.h56 extern const struct dentry_operations gfs2_dops;
Ddentry.c103 const struct dentry_operations gfs2_dops = {
/Linux-v5.10/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/Linux-v5.10/fs/kernfs/
Dkernfs-internal.h103 extern const struct dentry_operations kernfs_dops;
/Linux-v5.10/fs/
Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
Dinternal.h187 extern const struct dentry_operations ns_dentry_operations;
/Linux-v5.10/fs/orangefs/
Ddcache.c139 const struct dentry_operations orangefs_dentry_operations = {
/Linux-v5.10/fs/affs/
Daffs.h214 extern const struct dentry_operations affs_dentry_operations;
215 extern const struct dentry_operations affs_intl_dentry_operations;
/Linux-v5.10/fs/configfs/
Dconfigfs_internal.h93 extern const struct dentry_operations configfs_dentry_ops;
/Linux-v5.10/fs/vboxsf/
Dvfsmod.h81 extern const struct dentry_operations vboxsf_dentry_ops;
/Linux-v5.10/fs/autofs/
Dautofs_i.h175 extern const struct dentry_operations autofs_dentry_operations;
/Linux-v5.10/fs/adfs/
Dadfs.h171 extern const struct dentry_operations adfs_dentry_operations;
/Linux-v5.10/fs/exfat/
Dexfat_fs.h425 extern const struct dentry_operations exfat_dentry_ops;
426 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234