Home
last modified time | relevance | path

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

1234

/Linux-v4.19/fs/9p/
Dvfs_dentry.c112 const struct dentry_operations v9fs_cached_dentry_operations = {
119 const struct dentry_operations v9fs_dentry_operations = {
Dv9fs_vfs.h49 extern const struct dentry_operations v9fs_dentry_operations;
50 extern const struct dentry_operations v9fs_cached_dentry_operations;
/Linux-v4.19/fs/cifs/
Dcifsfs.h118 extern const struct dentry_operations cifs_dentry_ops;
119 extern const struct dentry_operations cifs_ci_dentry_ops;
/Linux-v4.19/include/linux/
Ddcache.h101 const struct dentry_operations *d_op;
134 struct dentry_operations { struct
232 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/Linux-v4.19/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
Dhfs_fs.h227 extern const struct dentry_operations hfs_dentry_operations;
/Linux-v4.19/fs/ocfs2/
Ddcache.h29 extern const struct dentry_operations ocfs2_dentry_ops;
/Linux-v4.19/scripts/
Dconst_structs.checkpatch8 dentry_operations
/Linux-v4.19/fs/ecryptfs/
Ddentry.c89 const struct dentry_operations ecryptfs_dops = {
/Linux-v4.19/fs/jfs/
Djfs_inode.h51 extern const struct dentry_operations jfs_ci_dentry_operations;
/Linux-v4.19/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/Linux-v4.19/fs/gfs2/
Dsuper.h54 extern const struct dentry_operations gfs2_dops;
Ddentry.c129 const struct dentry_operations gfs2_dops = {
/Linux-v4.19/fs/kernfs/
Dkernfs-internal.h99 extern const struct dentry_operations kernfs_dops;
/Linux-v4.19/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/Linux-v4.19/fs/crypto/
Dfscrypt_private.h104 extern const struct dentry_operations fscrypt_d_ops;
/Linux-v4.19/fs/
Danon_inodes.c37 static const struct dentry_operations anon_inodefs_dentry_operations = {
Dinternal.h173 extern const struct dentry_operations ns_dentry_operations;
/Linux-v4.19/fs/orangefs/
Ddcache.c139 const struct dentry_operations orangefs_dentry_operations = {
/Linux-v4.19/fs/affs/
Daffs.h214 extern const struct dentry_operations affs_dentry_operations;
215 extern const struct dentry_operations affs_intl_dentry_operations;
/Linux-v4.19/fs/adfs/
Dadfs.h171 extern const struct dentry_operations adfs_dentry_operations;
/Linux-v4.19/fs/configfs/
Dconfigfs_internal.h98 extern const struct dentry_operations configfs_dentry_ops;
/Linux-v4.19/fs/fuse/
Dfuse_i.h703 extern const struct dentry_operations fuse_dentry_operations;
704 extern const struct dentry_operations fuse_root_dentry_operations;
/Linux-v4.19/fs/autofs/
Dautofs_i.h172 extern const struct dentry_operations autofs_dentry_operations;
/Linux-v4.19/fs/proc/
Dinternal.h157 extern const struct dentry_operations pid_dentry_operations;

1234