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

1234

/linux-master/include/linux/
H A Dpseudo_fs.h9 const struct dentry_operations *dops;
H A Ddcache.h95 const struct dentry_operations *d_op;
133 struct dentry_operations { struct
151 * Locking rules for dentry_operations callbacks are to be found in
228 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
282 * helper function for dentry_operations.d_dname() members
/linux-master/fs/ocfs2/
H A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
H A Ddcache.c460 const struct dentry_operations ocfs2_dentry_ops = {
/linux-master/fs/hpfs/
H A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/linux-master/fs/ecryptfs/
H A Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/linux-master/fs/hfs/
H A Dsysdep.c43 const struct dentry_operations hfs_dentry_operations =
H A Dhfs_fs.h230 extern const struct dentry_operations hfs_dentry_operations;
/linux-master/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;
/linux-master/fs/jfs/
H A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux-master/fs/gfs2/
H A Dsuper.h61 extern const struct dentry_operations gfs2_dops;
H A Ddentry.c103 const struct dentry_operations gfs2_dops = {
/linux-master/fs/orangefs/
H A Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/linux-master/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux-master/fs/proc/
H A Dinternal.h46 const struct dentry_operations *proc_dops;
164 extern const struct dentry_operations pid_dentry_operations;
313 extern const struct dentry_operations proc_net_dentry_ops;
/linux-master/fs/kernfs/
H A Dkernfs-internal.h147 extern const struct dentry_operations kernfs_dops;
/linux-master/fs/smb/client/
H A Dcifsfs.h118 extern const struct dentry_operations cifs_dentry_ops;
119 extern const struct dentry_operations cifs_ci_dentry_ops;
/linux-master/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux-master/fs/configfs/
H A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux-master/fs/
H A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
H A Dpidfs.c210 static const struct dentry_operations pidfs_dentry_operations = {
/linux-master/fs/affs/
H A Daffs.h221 extern const struct dentry_operations affs_dentry_operations;
222 extern const struct dentry_operations affs_intl_dentry_operations;
/linux-master/fs/adfs/
H A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/linux-master/fs/autofs/
H A Dautofs_i.h181 extern const struct dentry_operations autofs_dentry_operations;

Completed in 180 milliseconds

1234