Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/fs/9p/
H A Dvfs_dentry.c97 const struct dentry_operations v9fs_cached_dentry_operations = {
104 const struct dentry_operations v9fs_dentry_operations = {
H A Dv9fs_vfs.h37 extern const struct dentry_operations v9fs_dentry_operations;
38 extern const struct dentry_operations v9fs_cached_dentry_operations;
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinternal.h46 const struct dentry_operations *proc_dops;
164 extern const struct dentry_operations pid_dentry_operations;
314 extern const struct dentry_operations proc_net_dentry_ops;
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h103 const struct dentry_operations *d_op;
139 struct dentry_operations { struct
244 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
H A Dpseudo_fs.h9 const struct dentry_operations *dops;
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifsfs.h123 extern const struct dentry_operations cifs_dentry_ops;
124 extern const struct dentry_operations cifs_ci_dentry_ops;
/OK3568_Linux_fs/kernel/fs/hfs/
H A Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddcache.h15 extern const struct dentry_operations ocfs2_dentry_ops;
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch8 dentry_operations
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_inode.h38 extern const struct dentry_operations jfs_ci_dentry_operations;
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dsuper.h56 extern const struct dentry_operations gfs2_dops;
H A Ddentry.c103 const struct dentry_operations gfs2_dops = {
/OK3568_Linux_fs/kernel/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dkernfs-internal.h103 extern const struct dentry_operations kernfs_dops;
/OK3568_Linux_fs/kernel/fs/affs/
H A Daffs.h214 extern const struct dentry_operations affs_dentry_operations;
215 extern const struct dentry_operations affs_intl_dentry_operations;
H A Dnamei.c573 const struct dentry_operations affs_dentry_operations = {
578 const struct dentry_operations affs_intl_dentry_operations = {
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/OK3568_Linux_fs/kernel/fs/configfs/
H A Dconfigfs_internal.h93 extern const struct dentry_operations configfs_dentry_ops;
/OK3568_Linux_fs/kernel/fs/
H A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
H A Dinternal.h189 extern const struct dentry_operations ns_dentry_operations;
H A Dlibfs.c59 const struct dentry_operations simple_dentry_operations = {
1448 static const struct dentry_operations generic_ci_dentry_ops = {
1455 static const struct dentry_operations generic_encrypted_dentry_ops = {
1461 static const struct dentry_operations generic_encrypted_ci_dentry_ops = {
/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dexfat_fs.h433 extern const struct dentry_operations exfat_dentry_ops;
434 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234