Home
last modified time | relevance | path

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

1234

/openbmc/linux/fs/9p/
H A Dvfs_dentry.c102 const struct dentry_operations v9fs_cached_dentry_operations = {
109 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;
/openbmc/linux/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;
/openbmc/linux/include/linux/
H A Dpseudo_fs.h9 const struct dentry_operations *dops;
H A Ddcache.h95 const struct dentry_operations *d_op;
128 struct dentry_operations { struct
228 extern void d_set_d_op(struct dentry *dentry, const struct dentry_operations *op);
/openbmc/linux/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;
/openbmc/linux/fs/ocfs2/
H A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/openbmc/linux/fs/hfs/
H A Dsysdep.c41 const struct dentry_operations hfs_dentry_operations =
/openbmc/linux/fs/ecryptfs/
H A Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/openbmc/linux/fs/hpfs/
H A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/openbmc/linux/fs/jfs/
H A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/openbmc/linux/scripts/
H A Dconst_structs.checkpatch8 dentry_operations
/openbmc/linux/fs/gfs2/
H A Dsuper.h61 extern const struct dentry_operations gfs2_dops;
H A Ddentry.c103 const struct dentry_operations gfs2_dops = {
/openbmc/linux/fs/coda/
H A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/openbmc/linux/fs/orangefs/
H A Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/openbmc/linux/fs/affs/
H A Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
H A Dnamei.c576 const struct dentry_operations affs_dentry_operations = {
581 const struct dentry_operations affs_intl_dentry_operations = {
/openbmc/linux/fs/kernfs/
H A Dkernfs-internal.h147 extern const struct dentry_operations kernfs_dops;
/openbmc/linux/fs/configfs/
H A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/openbmc/linux/fs/
H A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
/openbmc/linux/fs/vboxsf/
H A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/openbmc/linux/fs/autofs/
H A Dautofs_i.h179 extern const struct dentry_operations autofs_dentry_operations;
/openbmc/linux/fs/adfs/
H A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/openbmc/linux/fs/exfat/
H A Dexfat_fs.h464 extern const struct dentry_operations exfat_dentry_ops;
465 extern const struct dentry_operations exfat_utf8_dentry_ops;

1234