Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/proc/
H A Dinternal.h47 const struct dentry_operations *proc_dops;
253 extern const struct dentry_operations pid_dentry_operations;
402 extern const struct dentry_operations proc_net_dentry_ops;
415 struct dentry *dentry, const struct dentry_operations *d_ops) in proc_splice_unmountable()
/linux-6.15/fs/9p/
H A Dv9fs_vfs.h37 extern const struct dentry_operations v9fs_dentry_operations;
38 extern const struct dentry_operations v9fs_cached_dentry_operations;
H A Dvfs_dentry.c120 const struct dentry_operations v9fs_cached_dentry_operations = {
129 const struct dentry_operations v9fs_dentry_operations = {
/linux-6.15/include/linux/
H A Dpseudo_fs.h10 const struct dentry_operations *dops;
H A Dpidfs.h10 extern const struct dentry_operations pidfs_dentry_operations;
H A Ddcache.h104 const struct dentry_operations *d_op;
147 struct dentry_operations { struct
239 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/linux-6.15/fs/smb/client/
H A Dcifsfs.h112 extern const struct dentry_operations cifs_dentry_ops;
113 extern const struct dentry_operations cifs_ci_dentry_ops;
/linux-6.15/fs/ocfs2/
H A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/linux-6.15/fs/hfs/
H A Dsysdep.c44 const struct dentry_operations hfs_dentry_operations =
/linux-6.15/fs/hpfs/
H A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/linux-6.15/fs/ecryptfs/
H A Ddentry.c85 const struct dentry_operations ecryptfs_dops = {
/linux-6.15/fs/jfs/
H A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux-6.15/fs/gfs2/
H A Dsuper.h61 extern const struct dentry_operations gfs2_dops;
H A Ddentry.c98 const struct dentry_operations gfs2_dops = {
/linux-6.15/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux-6.15/scripts/
H A Dconst_structs.checkpatch10 dentry_operations
/linux-6.15/fs/orangefs/
H A Ddcache.c137 const struct dentry_operations orangefs_dentry_operations = {
/linux-6.15/fs/affs/
H A Daffs.h219 extern const struct dentry_operations affs_dentry_operations;
220 extern const struct dentry_operations affs_intl_dentry_operations;
/linux-6.15/fs/kernfs/
H A Dkernfs-internal.h178 extern const struct dentry_operations kernfs_dops;
/linux-6.15/fs/configfs/
H A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux-6.15/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux-6.15/fs/
H A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
/linux-6.15/fs/adfs/
H A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/linux-6.15/fs/autofs/
H A Dautofs_i.h185 extern const struct dentry_operations autofs_dentry_operations;
/linux-6.15/fs/exfat/
H A Dexfat_fs.h478 extern const struct dentry_operations exfat_dentry_ops;
479 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234