Home
last modified time | relevance | path

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

1234

/linux/fs/9p/
A Dvfs_dentry.c99 const struct dentry_operations v9fs_cached_dentry_operations = {
106 const struct dentry_operations v9fs_dentry_operations = {
A Dv9fs_vfs.h37 extern const struct dentry_operations v9fs_dentry_operations;
38 extern const struct dentry_operations v9fs_cached_dentry_operations;
/linux/fs/proc/
A 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/include/linux/
A Ddcache.h104 const struct dentry_operations *d_op;
137 struct dentry_operations { struct
237 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
A Dpseudo_fs.h9 const struct dentry_operations *dops;
/linux/fs/cifs/
A Dcifsfs.h115 extern const struct dentry_operations cifs_dentry_ops;
116 extern const struct dentry_operations cifs_ci_dentry_ops;
/linux/fs/hfs/
A Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/linux/fs/ocfs2/
A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/linux/fs/ecryptfs/
A Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/linux/scripts/
A Dconst_structs.checkpatch8 dentry_operations
/linux/fs/hpfs/
A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/linux/fs/jfs/
A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux/fs/gfs2/
A Dsuper.h59 extern const struct dentry_operations gfs2_dops;
A Ddentry.c103 const struct dentry_operations gfs2_dops = {
/linux/fs/coda/
A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux/fs/orangefs/
A Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/linux/fs/kernfs/
A Dkernfs-internal.h126 extern const struct dentry_operations kernfs_dops;
/linux/fs/affs/
A Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
/linux/fs/configfs/
A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux/fs/
A Dinternal.h179 extern const struct dentry_operations ns_dentry_operations;
A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
A Dlibfs.c60 const struct dentry_operations simple_dentry_operations = {
1464 static const struct dentry_operations generic_ci_dentry_ops = {
1471 static const struct dentry_operations generic_encrypted_dentry_ops = {
1477 static const struct dentry_operations generic_encrypted_ci_dentry_ops = {
/linux/fs/vboxsf/
A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux/fs/exfat/
A Dexfat_fs.h432 extern const struct dentry_operations exfat_dentry_ops;
433 extern const struct dentry_operations exfat_utf8_dentry_ops;
/linux/fs/adfs/
A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;

Completed in 55 milliseconds

1234