Home
last modified time | relevance | path

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

123

/linux/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.c138 const struct dentry_operations v9fs_cached_dentry_operations = {
147 const struct dentry_operations v9fs_dentry_operations = {
/linux/include/linux/
H A Ddcache.h108 const struct dentry_operations *d_op;
151 struct dentry_operations { struct
252 const struct dentry_operations *);
614 void set_default_d_op(struct super_block *, const struct dentry_operations *);
H A Dpseudo_fs.h10 const struct dentry_operations *dops;
/linux/fs/proc/
H A Dinternal.h257 extern const struct dentry_operations pid_dentry_operations;
417 extern const struct dentry_operations proc_net_dentry_ops;
430 struct dentry *dentry, const struct dentry_operations *d_ops) in proc_splice_unmountable()
H A Dgeneric.c235 static const struct dentry_operations proc_misc_dentry_ops = {
356 const struct dentry_operations proc_net_dentry_ops = {
H A Dfd.c169 static const struct dentry_operations tid_fd_dentry_operations = {
/linux/fs/smb/client/
H A Dcifsfs.h114 extern const struct dentry_operations cifs_dentry_ops;
115 extern const struct dentry_operations cifs_ci_dentry_ops;
H A Ddir.c889 const struct dentry_operations cifs_dentry_ops = {
962 const struct dentry_operations cifs_ci_dentry_ops = {
/linux/fs/ocfs2/
H A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
H A Ddcache.c456 const struct dentry_operations ocfs2_dentry_ops = {
/linux/fs/ecryptfs/
H A Ddentry.c73 const struct dentry_operations ecryptfs_dops = {
/linux/fs/hfs/
H A Dsysdep.c44 const struct dentry_operations hfs_dentry_operations =
/linux/fs/hpfs/
H A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
H A Dhpfs_fn.h236 extern const struct dentry_operations hpfs_dentry_operations;
/linux/fs/jfs/
H A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux/fs/gfs2/
H A Ddentry.c98 const struct dentry_operations gfs2_dops = {
/linux/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux/scripts/
H A Dconst_structs.checkpatch11 dentry_operations
/linux/fs/orangefs/
H A Ddcache.c137 const struct dentry_operations orangefs_dentry_operations = {
/linux/fs/kernfs/
H A Dkernfs-internal.h186 extern const struct dentry_operations kernfs_dops;
/linux/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux/fs/adfs/
H A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/linux/fs/
H A Ddcache.c1868 static const struct dentry_operations anon_ops = { in d_alloc_pseudo()
1896 static unsigned int d_op_flags(const struct dentry_operations *op) in d_op_flags()
1918 static void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op) in d_set_d_op()
1928 void set_default_d_op(struct super_block *s, const struct dentry_operations *ops) in set_default_d_op()
2748 const struct dentry_operations *ops) in __d_add()
3064 const struct dentry_operations *ops) in d_splice_alias_ops()
/linux/fs/afs/
H A Ddynroot.c189 const struct dentry_operations afs_dynroot_dentry_operations = {

123