Home
last modified time | relevance | path

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

123

/linux-3.4.99/fs/9p/
Dvfs_dentry.c138 const struct dentry_operations v9fs_cached_dentry_operations = {
144 const struct dentry_operations v9fs_dentry_operations = {
Dv9fs_vfs.h49 extern const struct dentry_operations v9fs_dentry_operations;
50 extern const struct dentry_operations v9fs_cached_dentry_operations;
/linux-3.4.99/include/linux/
Ddcache.h102 const struct dentry_operations *d_op;
131 struct dentry_operations { struct
212 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/linux-3.4.99/fs/cifs/
Dcifsfs.h104 extern const struct dentry_operations cifs_dentry_ops;
105 extern const struct dentry_operations cifs_ci_dentry_ops;
Ddir.c718 const struct dentry_operations cifs_dentry_ops = {
753 const struct dentry_operations cifs_ci_dentry_ops = {
/linux-3.4.99/fs/hfs/
Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
Dhfs_fs.h214 extern const struct dentry_operations hfs_dentry_operations;
/linux-3.4.99/fs/ocfs2/
Ddcache.h29 extern const struct dentry_operations ocfs2_dentry_ops;
/linux-3.4.99/fs/jfs/
Djfs_inode.h52 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux-3.4.99/fs/hpfs/
Ddentry.c61 const struct dentry_operations hpfs_dentry_operations = {
/linux-3.4.99/fs/gfs2/
Dsuper.h56 extern const struct dentry_operations gfs2_dops;
Ddentry.c136 const struct dentry_operations gfs2_dops = {
/linux-3.4.99/fs/ecryptfs/
Ddentry.c102 const struct dentry_operations ecryptfs_dops = {
/linux-3.4.99/fs/coda/
Dcoda_linux.h30 extern const struct dentry_operations coda_dentry_operations;
/linux-3.4.99/fs/ncpfs/
Dncp_fs.h61 extern const struct dentry_operations ncp_dentry_operations;
/linux-3.4.99/fs/affs/
Daffs.h203 extern const struct dentry_operations affs_dentry_operations;
204 extern const struct dentry_operations affs_intl_dentry_operations;
Dnamei.c30 const struct dentry_operations affs_dentry_operations = {
35 const struct dentry_operations affs_intl_dentry_operations = {
/linux-3.4.99/fs/configfs/
Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux-3.4.99/fs/adfs/
Dadfs.h166 extern const struct dentry_operations adfs_dentry_operations;
Ddir.c263 const struct dentry_operations adfs_dentry_operations = {
/linux-3.4.99/fs/proc/
Dinternal.h148 extern const struct dentry_operations pid_dentry_operations;
/linux-3.4.99/fs/
Danon_inodes.c38 static const struct dentry_operations anon_inodefs_dentry_operations = {
/linux-3.4.99/fs/sysv/
Dsysv.h169 extern const struct dentry_operations sysv_dentry_operations;
Dnamei.c42 const struct dentry_operations sysv_dentry_operations = {
/linux-3.4.99/fs/ceph/
Ddir.c31 const struct dentry_operations ceph_dentry_ops;
1362 const struct dentry_operations ceph_dentry_ops = {
1368 const struct dentry_operations ceph_snapdir_dentry_ops = {
1373 const struct dentry_operations ceph_snap_dentry_ops = {

123