Home
last modified time | relevance | path

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

1234

/Linux-v6.6/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-v6.6/fs/proc/
Dinternal.h46 const struct dentry_operations *proc_dops;
164 extern const struct dentry_operations pid_dentry_operations;
313 extern const struct dentry_operations proc_net_dentry_ops;
/Linux-v6.6/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-v6.6/fs/smb/client/
Dcifsfs.h118 extern const struct dentry_operations cifs_dentry_ops;
119 extern const struct dentry_operations cifs_ci_dentry_ops;
/Linux-v6.6/fs/ocfs2/
Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/Linux-v6.6/fs/hfs/
Dsysdep.c41 const struct dentry_operations hfs_dentry_operations =
Dhfs_fs.h230 extern const struct dentry_operations hfs_dentry_operations;
/Linux-v6.6/fs/ecryptfs/
Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/Linux-v6.6/fs/hpfs/
Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/Linux-v6.6/fs/jfs/
Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/Linux-v6.6/scripts/
Dconst_structs.checkpatch8 dentry_operations
/Linux-v6.6/fs/gfs2/
Dsuper.h61 extern const struct dentry_operations gfs2_dops;
Ddentry.c103 const struct dentry_operations gfs2_dops = {
/Linux-v6.6/fs/coda/
Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/Linux-v6.6/fs/orangefs/
Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/Linux-v6.6/fs/kernfs/
Dkernfs-internal.h145 extern const struct dentry_operations kernfs_dops;
/Linux-v6.6/fs/affs/
Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
/Linux-v6.6/fs/configfs/
Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/Linux-v6.6/fs/
Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
/Linux-v6.6/fs/vboxsf/
Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/Linux-v6.6/fs/adfs/
Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/Linux-v6.6/fs/autofs/
Dautofs_i.h179 extern const struct dentry_operations autofs_dentry_operations;
/Linux-v6.6/fs/exfat/
Dexfat_fs.h464 extern const struct dentry_operations exfat_dentry_ops;
465 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234