Home
last modified time | relevance | path

Searched defs:root (Results 676 - 700 of 2567) sorted by relevance

1...<<21222324252627282930>>...103

/kernel/linux/linux-6.6/drivers/mmc/core/
H A Ddebugfs.c303 struct dentry *root; in mmc_add_host_debugfs() local
336 struct dentry *root; mmc_add_card_debugfs() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dfastmap-wl.c26 static struct ubi_wl_entry *find_anchor_wl_entry(struct rb_root *root) in find_anchor_wl_entry() argument
481 may_reserve_for_fm(struct ubi_device *ubi, struct ubi_wl_entry *e, struct rb_root *root) may_reserve_for_fm() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbutils.c324 acpi_status acpi_db_second_pass_parse(union acpi_parse_object *root) in acpi_db_second_pass_parse() argument
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_configfs.c258 struct config_group *root = &acpi_configfs.su_group; in acpi_configfs_init() local
H A Dioapic.c213 void pci_ioapic_remove(struct acpi_pci_root *root) in pci_ioapic_remove() argument
230 int acpi_ioapic_remove(struct acpi_pci_root *root) in acpi_ioapic_remove() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Duuid-tree.c295 struct btrfs_root *root = fs_info->uuid_root; in btrfs_uuid_tree_iterate() local
H A Dmisc.h67 static inline struct rb_node *rb_simple_search(struct rb_root *root, u64 bytenr) in rb_simple_search() argument
94 static inline struct rb_node *rb_simple_search_first(struct rb_root *root, in rb_simple_search_first() argument
120 static inline struct rb_node *rb_simple_insert(struct rb_root *root, u64 bytenr, in rb_simple_insert() argument
[all...]
H A Dlocking.c96 void btrfs_maybe_reset_lockdep_class(struct btrfs_root *root, struct extent_buffer *eb) in btrfs_maybe_reset_lockdep_class() argument
250 btrfs_lock_root_node(struct btrfs_root *root) btrfs_lock_root_node() argument
273 btrfs_read_lock_root_node(struct btrfs_root *root) btrfs_read_lock_root_node() argument
297 btrfs_try_read_lock_root_node(struct btrfs_root *root) btrfs_try_read_lock_root_node() argument
[all...]
H A Dlocking.h218 static inline void btrfs_maybe_reset_lockdep_class(struct btrfs_root *root, in btrfs_maybe_reset_lockdep_class() argument
H A Ddelalloc-space.c118 struct btrfs_root *root = inode->root; in btrfs_alloc_data_chunk_ondemand() local
310 struct btrfs_root *root in btrfs_delalloc_reserve_metadata() local
[all...]
H A Dexport.c78 struct btrfs_root *root; in btrfs_get_dentry() local
151 struct btrfs_root *root = BTRFS_I(dir)->root; btrfs_get_parent() local
220 struct btrfs_root *root = BTRFS_I(dir)->root; btrfs_get_name() local
[all...]
/kernel/linux/linux-6.6/fs/hfsplus/
H A Doptions.c221 int hfsplus_show_options(struct seq_file *seq, struct dentry *root) in hfsplus_show_options() argument
/kernel/linux/linux-6.6/fs/afs/
H A Ddynroot.c45 struct inode *afs_iget_pseudo_dir(struct super_block *sb, bool root) in afs_iget_pseudo_dir() argument
283 struct dentry *root, *subdir; in afs_dynroot_mkdir() local
313 struct dentry *root, *subdir; afs_dynroot_rmdir() local
376 struct dentry *root = sb->s_root, *subdir, *tmp; afs_dynroot_depopulate() local
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Dkernfs-internal.h83 struct kernfs_root *root; member
/kernel/linux/linux-6.6/fs/autofs/
H A Dexpire.c97 get_next_positive_subdir(struct dentry *prev, struct dentry *root) get_next_positive_subdir() argument
115 get_next_positive_dentry(struct dentry *prev, struct dentry *root) get_next_positive_dentry() argument
279 struct dentry *root = dget(sb->s_root); autofs_expire_direct() local
426 struct dentry *root = sb->s_root; autofs_expire_indirect() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dfree-space-tests.c1009 struct btrfs_root *root = NULL; in btrfs_test_free_space_cache() local
H A Dbtrfs-tests.c202 void btrfs_free_dummy_root(struct btrfs_root *root) in btrfs_free_dummy_root() argument
H A Dinode-tests.c16 static void insert_extent(struct btrfs_root *root, u64 start, u64 len, in insert_extent() argument
55 static void insert_inode_item_key(struct btrfs_root *root) in insert_inode_item_key() argument
96 static void setup_file_extents(struct btrfs_root *root, u32 sectorsize) in setup_file_extents() argument
222 struct btrfs_root *root = NULL; test_btrfs_get_extent() local
811 struct btrfs_root *root = NULL; test_hole_first() local
909 struct btrfs_root *root = NULL; test_extent_accounting() local
[all...]
H A Dqgroup-tests.c16 static int insert_normal_tree_ref(struct btrfs_root *root, u64 bytenr, in insert_normal_tree_ref() argument
68 static int add_tree_ref(struct btrfs_root *root, u64 bytenr, u64 num_bytes, in add_tree_ref() argument
119 static int remove_extent_item(struct btrfs_root *root, u64 bytenr, in remove_extent_item() argument
150 static int remove_extent_ref(struct btrfs_root *root, u64 bytenr, in remove_extent_ref() argument
205 test_no_shared_qgroup(struct btrfs_root *root, u32 sectorsize, u32 nodesize) test_no_shared_qgroup() argument
317 test_multiple_refs(struct btrfs_root *root, u32 sectorsize, u32 nodesize) test_multiple_refs() argument
474 struct btrfs_root *root; btrfs_test_qgroups() local
[all...]
/kernel/linux/linux-6.6/fs/freevxfs/
H A Dvxfs_super.c188 struct inode *root; in vxfs_fill_super() local
/kernel/linux/linux-6.6/fs/
H A Dproc_namespace.c248 struct path root; in mounts_open_common() local
[all...]
/kernel/linux/linux-6.6/fs/9p/
H A Dvfs_super.c111 struct dentry *root = NULL; in v9fs_mount() local
[all...]
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dvfsmod.h48 u32 root; member
[all...]
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus.h42 char *root; member
/kernel/linux/linux-6.6/include/linux/
H A Dpci-acpi.h64 struct acpi_pci_root *root; member

Completed in 18 milliseconds

1...<<21222324252627282930>>...103