Searched refs:get_tree (Results 1 – 25 of 50) sorted by relevance
12
| /linux/kernel/ |
| 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()
|
| /linux/drivers/xen/xenfs/ |
| A D | super.c | 78 .get_tree = xenfs_get_tree,
|
| /linux/fs/sysfs/ |
| A D | mount.c | 52 .get_tree = sysfs_get_tree,
|
| /linux/fs/configfs/ |
| A D | mount.c | 105 .get_tree = configfs_get_tree,
|
| /linux/security/ |
| A D | inode.c | 60 .get_tree = securityfs_get_tree,
|
| /linux/Documentation/filesystems/ |
| A D | mount_api.rst | 116 superblock thereof). This is filled in by the ->get_tree() op. If this 218 int (*get_tree)(struct fs_context *fc); 231 context may have been removed and NULL'd out by ->get_tree(). 278 int (*get_tree)(struct fs_context *fc); 344 during get_tree. 531 the ->get_tree() method.
|
| /linux/include/linux/ |
| A D | fs_context.h | 120 int (*get_tree)(struct fs_context *fc); member
|
| /linux/fs/efivarfs/ |
| A D | super.c | 235 .get_tree = efivarfs_get_tree,
|
| /linux/fs/ramfs/ |
| A D | inode.c | 264 .get_tree = ramfs_get_tree,
|
| /linux/fs/proc/ |
| A D | root.c | 243 .get_tree = proc_get_tree,
|
| /linux/fs/jffs2/ |
| A D | super.c | 304 .get_tree = jffs2_get_tree,
|
| /linux/fs/fuse/ |
| A D | control.c | 363 .get_tree = fuse_ctl_get_tree,
|
| /linux/fs/openpromfs/ |
| A D | inode.c | 418 .get_tree = openpromfs_get_tree,
|
| /linux/fs/vboxsf/ |
| A D | super.c | 430 .get_tree = vboxsf_get_tree,
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_fs.c | 489 .get_tree = qibfs_get_tree,
|
| /linux/arch/s390/hypfs/ |
| A D | inode.c | 304 .get_tree = hypfs_get_tree,
|
| /linux/fs/romfs/ |
| A D | super.c | 567 .get_tree = romfs_get_tree,
|
| /linux/fs/squashfs/ |
| A D | super.c | 422 .get_tree = squashfs_get_tree,
|
| /linux/drivers/misc/ibmasm/ |
| A D | ibmasmfs.c | 86 .get_tree = ibmasmfs_get_tree,
|
| /linux/fs/ |
| A D | fs_context.c | 642 .get_tree = legacy_get_tree,
|
| A D | binfmt_misc.c | 798 .get_tree = bm_get_tree,
|
| /linux/fs/afs/ |
| A D | super.c | 622 .get_tree = afs_get_tree,
|
| /linux/drivers/android/ |
| A D | binderfs.c | 785 .get_tree = binderfs_fs_context_get_tree,
|
| /linux/kernel/bpf/ |
| A D | inode.c | 786 .get_tree = bpf_get_tree,
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| A D | inode.c | 733 .get_tree = spufs_get_tree,
|
Completed in 684 milliseconds
12