Searched refs:get_tree (Results 1 – 25 of 85) sorted by relevance
1234
| /linux-6.15/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()
|
| /linux-6.15/drivers/xen/xenfs/ |
| H A D | super.c | 78 .get_tree = xenfs_get_tree,
|
| /linux-6.15/fs/sysfs/ |
| H A D | mount.c | 52 .get_tree = sysfs_get_tree,
|
| /linux-6.15/fs/configfs/ |
| H A D | mount.c | 105 .get_tree = configfs_get_tree,
|
| /linux-6.15/security/ |
| H A D | inode.c | 60 .get_tree = securityfs_get_tree,
|
| /linux-6.15/include/linux/ |
| H A D | fs_context.h | 120 int (*get_tree)(struct fs_context *fc); member
|
| /linux-6.15/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.
|
| /linux-6.15/fs/freevxfs/ |
| H A D | vxfs_super.c | 293 .get_tree = vxfs_get_tree,
|
| /linux-6.15/fs/ramfs/ |
| H A D | inode.c | 295 .get_tree = ramfs_get_tree,
|
| /linux-6.15/fs/efs/ |
| H A D | super.c | 334 .get_tree = efs_get_tree,
|
| /linux-6.15/fs/proc/ |
| H A D | root.c | 240 .get_tree = proc_get_tree,
|
| /linux-6.15/fs/coda/ |
| H A D | inode.c | 376 .get_tree = coda_get_tree,
|
| /linux-6.15/fs/jffs2/ |
| H A D | super.c | 306 .get_tree = jffs2_get_tree,
|
| /linux-6.15/fs/fuse/ |
| H A D | control.c | 338 .get_tree = fuse_ctl_get_tree,
|
| /linux-6.15/fs/qnx4/ |
| H A D | inode.c | 57 .get_tree = qnx4_get_tree,
|
| /linux-6.15/fs/openpromfs/ |
| H A D | inode.c | 416 .get_tree = openpromfs_get_tree,
|
| /linux-6.15/fs/vboxsf/ |
| H A D | super.c | 422 .get_tree = vboxsf_get_tree,
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 396 .get_tree = autofs_get_tree,
|
| /linux-6.15/drivers/base/ |
| H A D | devtmpfs.c | 467 devtmpfs_context_ops.get_tree = &devtmpfs_get_tree; in devtmpfs_configure_context()
|
| /linux-6.15/fs/hfs/ |
| H A D | super.c | 398 .get_tree = hfs_get_tree,
|
| /linux-6.15/fs/adfs/ |
| H A D | super.c | 431 .get_tree = adfs_get_tree,
|
| /linux-6.15/fs/pstore/ |
| H A D | inode.c | 459 .get_tree = pstore_get_tree,
|
| /linux-6.15/arch/s390/hypfs/ |
| H A D | inode.c | 305 .get_tree = hypfs_get_tree,
|
| /linux-6.15/fs/devpts/ |
| H A D | inode.c | 426 .get_tree = devpts_get_tree,
|
| /linux-6.15/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 564 .get_tree = dlmfs_get_tree,
|
1234