/openbmc/linux/kernel/ |
H A D | audit_tree.c | 111 static inline void get_tree(struct audit_tree *tree) in get_tree() function 312 get_tree(owner); in replace_chunk() 434 get_tree(tree); in create_chunk() 506 get_tree(tree); in tag_chunk() 691 get_tree(tree); in audit_trim_trees() 838 get_tree(tree); in audit_add_tree_rule() 901 get_tree(tree); in audit_tag_tree() 937 get_tree(tree); in audit_tag_tree()
|
/openbmc/linux/drivers/xen/xenfs/ |
H A D | super.c | 78 .get_tree = xenfs_get_tree,
|
/openbmc/linux/fs/sysfs/ |
H A D | mount.c | 52 .get_tree = sysfs_get_tree,
|
/openbmc/linux/fs/configfs/ |
H A D | mount.c | 105 .get_tree = configfs_get_tree,
|
/openbmc/linux/security/ |
H A D | inode.c | 60 .get_tree = securityfs_get_tree,
|
/openbmc/linux/include/linux/ |
H A D | fs_context.h | 120 int (*get_tree)(struct fs_context *fc); member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 115 superblock thereof). This is filled in by the ->get_tree() op. If this 217 int (*get_tree)(struct fs_context *fc); 230 context may have been removed and NULL'd out by ->get_tree(). 277 int (*get_tree)(struct fs_context *fc); 343 during get_tree. 530 the ->get_tree() method.
|
/openbmc/linux/fs/ramfs/ |
H A D | inode.c | 264 .get_tree = ramfs_get_tree,
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | 290 .get_tree = efivarfs_get_tree,
|
/openbmc/linux/fs/proc/ |
H A D | root.c | 240 .get_tree = proc_get_tree,
|
/openbmc/linux/fs/fuse/ |
H A D | control.c | 346 .get_tree = fuse_ctl_get_tree,
|
/openbmc/linux/fs/jffs2/ |
H A D | super.c | 305 .get_tree = jffs2_get_tree,
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 431 .get_tree = vboxsf_get_tree,
|
/openbmc/linux/fs/openpromfs/ |
H A D | inode.c | 416 .get_tree = openpromfs_get_tree,
|
/openbmc/linux/arch/s390/hypfs/ |
H A D | inode.c | 304 .get_tree = hypfs_get_tree,
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_fs.c | 488 .get_tree = qibfs_get_tree,
|
/openbmc/linux/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 86 .get_tree = ibmasmfs_get_tree,
|
/openbmc/linux/fs/romfs/ |
H A D | super.c | 567 .get_tree = romfs_get_tree,
|
/openbmc/linux/fs/ |
H A D | fs_context.c | 694 .get_tree = legacy_get_tree,
|
H A D | binfmt_misc.c | 917 .get_tree = bm_get_tree,
|
/openbmc/linux/fs/squashfs/ |
H A D | super.c | 508 .get_tree = squashfs_get_tree,
|
/openbmc/linux/kernel/bpf/ |
H A D | inode.c | 774 .get_tree = bpf_get_tree,
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 625 .get_tree = afs_get_tree,
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 734 .get_tree = spufs_get_tree,
|
/openbmc/linux/drivers/android/ |
H A D | binderfs.c | 752 .get_tree = binderfs_fs_context_get_tree,
|