Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/fs/9p/
A Dvfs_dentry.c98 const struct dentry_operations v9fs_cached_dentry_operations = {
105 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-6.3-rc2/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-6.3-rc2/include/linux/
A Dpseudo_fs.h9 const struct dentry_operations *dops;
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);
/linux-6.3-rc2/fs/cifs/
A Dcifsfs.h121 extern const struct dentry_operations cifs_dentry_ops;
122 extern const struct dentry_operations cifs_ci_dentry_ops;
/linux-6.3-rc2/fs/hfs/
A Dsysdep.c39 const struct dentry_operations hfs_dentry_operations =
/linux-6.3-rc2/fs/ocfs2/
A Ddcache.h13 extern const struct dentry_operations ocfs2_dentry_ops;
/linux-6.3-rc2/fs/ecryptfs/
A Ddentry.c75 const struct dentry_operations ecryptfs_dops = {
/linux-6.3-rc2/fs/hpfs/
A Ddentry.c59 const struct dentry_operations hpfs_dentry_operations = {
/linux-6.3-rc2/fs/jfs/
A Djfs_inode.h40 extern const struct dentry_operations jfs_ci_dentry_operations;
/linux-6.3-rc2/fs/gfs2/
A Ddentry.c86 const struct dentry_operations gfs2_dops = {
A Dsuper.h59 extern const struct dentry_operations gfs2_dops;
/linux-6.3-rc2/scripts/
A Dconst_structs.checkpatch8 dentry_operations
/linux-6.3-rc2/fs/coda/
A Dcoda_linux.h37 extern const struct dentry_operations coda_dentry_operations;
/linux-6.3-rc2/fs/orangefs/
A Ddcache.c141 const struct dentry_operations orangefs_dentry_operations = {
/linux-6.3-rc2/fs/kernfs/
A Dkernfs-internal.h143 extern const struct dentry_operations kernfs_dops;
/linux-6.3-rc2/fs/affs/
A Daffs.h220 extern const struct dentry_operations affs_dentry_operations;
221 extern const struct dentry_operations affs_intl_dentry_operations;
/linux-6.3-rc2/fs/configfs/
A Dconfigfs_internal.h92 extern const struct dentry_operations configfs_dentry_ops;
/linux-6.3-rc2/fs/
A Danon_inodes.c39 static const struct dentry_operations anon_inodefs_dentry_operations = {
A Dlibfs.c61 const struct dentry_operations simple_dentry_operations = {
1470 static const struct dentry_operations generic_ci_dentry_ops = {
1477 static const struct dentry_operations generic_encrypted_dentry_ops = {
1483 static const struct dentry_operations generic_encrypted_ci_dentry_ops = {
/linux-6.3-rc2/fs/vboxsf/
A Dvfsmod.h83 extern const struct dentry_operations vboxsf_dentry_ops;
/linux-6.3-rc2/fs/adfs/
A Dadfs.h172 extern const struct dentry_operations adfs_dentry_operations;
/linux-6.3-rc2/fs/autofs/
A Dautofs_i.h179 extern const struct dentry_operations autofs_dentry_operations;
/linux-6.3-rc2/fs/exfat/
A Dexfat_fs.h466 extern const struct dentry_operations exfat_dentry_ops;
467 extern const struct dentry_operations exfat_utf8_dentry_ops;

Completed in 34 milliseconds

1234