Home
last modified time | relevance | path

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

1234

/Linux-v5.15/fs/9p/
Dvfs_dentry.c99 const struct dentry_operations v9fs_cached_dentry_operations = {
106 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.15/fs/proc/
Dinternal.h46 const struct dentry_operations *proc_dops;
164 extern const struct dentry_operations pid_dentry_operations;
315 extern const struct dentry_operations proc_net_dentry_ops;
/Linux-v5.15/include/linux/
Dpseudo_fs.h9 const struct dentry_operations *dops;
Ddcache.h104 const struct dentry_operations *d_op;
137 struct dentry_operations { struct
237 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/Linux-v5.15/fs/cifs/
Dcifsfs.h115 extern const struct dentry_operations cifs_dentry_ops;
116 extern const struct dentry_operations cifs_ci_dentry_ops;
/Linux-v5.15/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/Linux-v5.15/fs/ocfs2/
Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/Linux-v5.15/fs/ecryptfs/
Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/Linux-v5.15/scripts/
Dconst_structs.checkpatch8 dentry_operations
/Linux-v5.15/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/Linux-v5.15/fs/jfs/
Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/Linux-v5.15/fs/gfs2/
Dsuper.h59 extern const struct dentry_operations gfs2_dops;
Ddentry.c103 const struct dentry_operations gfs2_dops = {
/Linux-v5.15/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/Linux-v5.15/fs/kernfs/
Dkernfs-internal.h126 extern const struct dentry_operations kernfs_dops;
/Linux-v5.15/fs/orangefs/
Ddcache.c139 const struct dentry_operations orangefs_dentry_operations = {
/Linux-v5.15/fs/affs/
Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
/Linux-v5.15/fs/configfs/
Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/Linux-v5.15/fs/
Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
Dinternal.h191 extern const struct dentry_operations ns_dentry_operations;
/Linux-v5.15/fs/vboxsf/
Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/Linux-v5.15/fs/autofs/
Dautofs_i.h176 extern const struct dentry_operations autofs_dentry_operations;
/Linux-v5.15/fs/adfs/
Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/Linux-v5.15/fs/exfat/
Dexfat_fs.h432 extern const struct dentry_operations exfat_dentry_ops;
433 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234