Searched refs:get_tree (Results 1 – 25 of 55) sorted by relevance
123
| /linux/kernel/ |
| H A D | audit_tree.c | 113 static inline void get_tree(struct audit_tree *tree) in get_tree() function 314 get_tree(owner); in replace_chunk() 436 get_tree(tree); in create_chunk() 508 get_tree(tree); in tag_chunk() 688 get_tree(tree); in audit_trim_trees() 844 get_tree(tree); in audit_add_tree_rule() 908 get_tree(tree); in audit_tag_tree() 944 get_tree(tree); in audit_tag_tree()
|
| /linux/drivers/xen/xenfs/ |
| H A D | super.c | 78 .get_tree = xenfs_get_tree,
|
| /linux/fs/sysfs/ |
| H A D | mount.c | 52 .get_tree = sysfs_get_tree,
|
| /linux/fs/configfs/ |
| H A D | mount.c | 106 .get_tree = configfs_get_tree,
|
| /linux/security/ |
| H A D | inode.c | 62 .get_tree = securityfs_get_tree,
|
| /linux/include/linux/ |
| H A D | fs_context.h | 120 int (*get_tree)(struct fs_context *fc); member
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 293 .get_tree = vxfs_get_tree,
|
| /linux/fs/ramfs/ |
| H A D | inode.c | 294 .get_tree = ramfs_get_tree,
|
| /linux/fs/efs/ |
| H A D | super.c | 334 .get_tree = efs_get_tree,
|
| /linux/fs/jffs2/ |
| H A D | super.c | 306 .get_tree = jffs2_get_tree,
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 303 .get_tree = v9fs_get_tree,
|
| /linux/fs/proc/ |
| H A D | root.c | 326 .get_tree = proc_get_tree,
|
| /linux/fs/openpromfs/ |
| H A D | inode.c | 416 .get_tree = openpromfs_get_tree,
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 288 .get_tree = hypfs_get_tree,
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 422 .get_tree = vboxsf_get_tree,
|
| /linux/fs/hfs/ |
| H A D | super.c | 405 .get_tree = hfs_get_tree,
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 404 .get_tree = efivarfs_get_tree,
|
| /linux/fs/adfs/ |
| H A D | super.c | 434 .get_tree = adfs_get_tree,
|
| /linux/fs/devpts/ |
| H A D | inode.c | 412 .get_tree = devpts_get_tree,
|
| /linux/fs/romfs/ |
| H A D | super.c | 561 .get_tree = romfs_get_tree,
|
| /linux/drivers/misc/ibmasm/ |
| H A D | ibmasmfs.c | 86 .get_tree = ibmasmfs_get_tree,
|
| /linux/fs/orangefs/ |
| H A D | super.c | 570 .get_tree = orangefs_get_tree,
|
| /linux/fs/afs/ |
| H A D | super.c | 615 .get_tree = afs_get_tree,
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 305 .get_tree = debugfs_get_tree,
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 711 .get_tree = binderfs_fs_context_get_tree,
|
123