Home
last modified time | relevance | path

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

1234

/linux-6.1.9/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-6.1.9/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-6.1.9/include/linux/
Dpseudo_fs.h9 const struct dentry_operations *dops;
Ddcache.h95 const struct dentry_operations *d_op;
128 struct dentry_operations { struct
228 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/linux-6.1.9/fs/cifs/
Dcifsfs.h115 extern const struct dentry_operations cifs_dentry_ops;
116 extern const struct dentry_operations cifs_ci_dentry_ops;
/linux-6.1.9/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/linux-6.1.9/fs/ocfs2/
Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/linux-6.1.9/fs/ecryptfs/
Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/linux-6.1.9/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/linux-6.1.9/scripts/
Dconst_structs.checkpatch8 dentry_operations
/linux-6.1.9/fs/jfs/
Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux-6.1.9/fs/gfs2/
Dsuper.h59 extern const struct dentry_operations gfs2_dops;
Ddentry.c103 const struct dentry_operations gfs2_dops = {
/linux-6.1.9/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux-6.1.9/fs/orangefs/
Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/linux-6.1.9/fs/kernfs/
Dkernfs-internal.h143 extern const struct dentry_operations kernfs_dops;
/linux-6.1.9/fs/affs/
Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
/linux-6.1.9/fs/configfs/
Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux-6.1.9/fs/
Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
Dinternal.h186 extern const struct dentry_operations ns_dentry_operations;
/linux-6.1.9/fs/vboxsf/
Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux-6.1.9/fs/adfs/
Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/linux-6.1.9/fs/autofs/
Dautofs_i.h179 extern const struct dentry_operations autofs_dentry_operations;
/linux-6.1.9/fs/exfat/
Dexfat_fs.h439 extern const struct dentry_operations exfat_dentry_ops;
440 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234