| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | strfilter.c | 84 struct strfilter_node root, *cur, *last_op; in strfilter_node__new() local 181 struct strfilter_node *right, *root; strfilter__append() local [all...] |
| /kernel/linux/linux-5.10/drivers/xen/xenbus/ |
| H A D | xenbus.h | 42 char *root; member
|
| /kernel/linux/linux-5.10/fs/9p/ |
| H A D | vfs_super.c | 114 struct dentry *root = NULL; in v9fs_mount() local [all...] |
| /kernel/linux/linux-5.10/fs/autofs/ |
| H A D | expire.c | 97 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-5.10/fs/hfsplus/ |
| H A D | options.c | 221 int hfsplus_show_options(struct seq_file *seq, struct dentry *root) in hfsplus_show_options() argument
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | cramfs_fs.h | 63 struct cramfs_inode root; /* root inode data */ member
|
| H A D | adfs_fs.h | 23 __le32 root; member
|
| H A D | nfs_mount.h | 44 struct nfs3_fh root; /* 4 */ member
|
| /kernel/linux/linux-5.10/fs/btrfs/ |
| H A D | delalloc-space.c | 116 struct btrfs_root *root = inode->root; in btrfs_alloc_data_chunk_ondemand() local 288 struct btrfs_root *root = inode->root; in btrfs_delalloc_reserve_metadata() local [all...] |
| H A D | delayed-inode.h | 45 struct btrfs_root *root; member
|
| H A D | uuid-tree.c | 293 struct btrfs_root *root = fs_info->uuid_root; in btrfs_uuid_tree_iterate() local
|
| /kernel/linux/linux-5.10/fs/freevxfs/ |
| H A D | vxfs_super.c | 212 struct inode *root; in vxfs_fill_super() local
|
| /kernel/linux/linux-5.10/fs/btrfs/tests/ |
| H A D | btrfs-tests.c | 193 void btrfs_free_dummy_root(struct btrfs_root *root) in btrfs_free_dummy_root() argument
|
| H A D | inode-tests.c | 15 static void insert_extent(struct btrfs_root *root, u64 start, u64 len, in insert_extent() argument 50 static void insert_inode_item_key(struct btrfs_root *root) in insert_inode_item_key() argument 87 static void setup_file_extents(struct btrfs_root *root, u32 sectorsize) in setup_file_extents() argument 220 struct btrfs_root *root = NULL; test_btrfs_get_extent() local 826 struct btrfs_root *root = NULL; test_hole_first() local 928 struct btrfs_root *root = NULL; test_extent_accounting() local [all...] |
| H A D | qgroup-tests.c | 14 static int insert_normal_tree_ref(struct btrfs_root *root, u64 bytenr, in insert_normal_tree_ref() argument 67 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 151 static int remove_extent_ref(struct btrfs_root *root, u64 bytenr, in remove_extent_ref() argument 207 test_no_shared_qgroup(struct btrfs_root *root, u32 sectorsize, u32 nodesize) test_no_shared_qgroup() argument 310 test_multiple_refs(struct btrfs_root *root, u32 sectorsize, u32 nodesize) test_multiple_refs() argument 456 struct btrfs_root *root; btrfs_test_qgroups() local [all...] |
| /kernel/linux/linux-5.10/fs/afs/ |
| H A D | dynroot.c | 45 struct inode *afs_iget_pseudo_dir(struct super_block *sb, bool root) in afs_iget_pseudo_dir() argument 282 struct dentry *root, *subdir; in afs_dynroot_mkdir() local 312 struct dentry *root, *subdir; afs_dynroot_rmdir() local 375 struct dentry *root = sb->s_root, *subdir, *tmp; afs_dynroot_depopulate() local [all...] |
| /kernel/linux/linux-5.10/fs/efivarfs/ |
| H A D | super.c | 113 struct dentry *dentry, *root = sb->s_root; in efivarfs_callback() local 197 struct dentry *root; in efivarfs_fill_super() local
|
| /kernel/linux/linux-5.10/lib/reed_solomon/ |
| H A D | reed_solomon.c | 73 int i, j, sr, root, iprim; in codec_init() local [all...] |
| /kernel/linux/linux-5.10/lib/ |
| H A D | rbtree.c | 85 __rb_insert(struct rb_node *node, struct rb_root *root, in __rb_insert() argument 227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() argument 75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, struct rb_root *root, int color) __rb_rotate_set_parents() argument 410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument 434 rb_insert_color(struct rb_node *node, struct rb_root *root) rb_insert_color() argument 440 rb_erase(struct rb_node *node, struct rb_root *root) rb_erase() argument 456 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert_augmented() argument 466 rb_first(const struct rb_root *root) rb_first() argument 479 rb_last(const struct rb_root *root) rb_last() argument 553 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) rb_replace_node() argument 570 rb_replace_node_rcu(struct rb_node *victim, struct rb_node *new, struct rb_root *root) rb_replace_node_rcu() argument 623 rb_first_postorder(const struct rb_root *root) rb_first_postorder() argument [all...] |
| /kernel/linux/linux-5.10/lib/zlib_inflate/ |
| H A D | inftrees.c | 29 unsigned root; /* number of index bits for root table */ in zlib_inflate_table() local [all...] |
| /kernel/linux/linux-5.10/net/6lowpan/ |
| H A D | debugfs.c | 170 struct dentry *root; in lowpan_dev_debugfs_ctx_init() local 233 struct dentry *root; in lowpan_dev_debugfs_802154_init() local [all...] |
| /kernel/linux/linux-5.10/kernel/dma/ |
| H A D | pool.c | 38 struct dentry *root; in dma_atomic_pool_debugfs_init() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | proc_namespace.c | 245 struct path root; in mounts_open_common() local [all...] |
| /kernel/linux/linux-5.10/fs/vboxsf/ |
| H A D | vfsmod.h | 48 u32 root; member [all...] |
| /kernel/linux/linux-5.10/net/bridge/netfilter/ |
| H A D | ebt_stp.c | 30 u8 root[8]; member
|