/kernel/linux/linux-5.10/fs/autofs/ |
H A D | inode.c | 61 static int autofs_show_options(struct seq_file *m, struct dentry *root) in autofs_show_options() argument 223 struct dentry *root; in autofs_fill_super() local 131 parse_options(char *options, struct inode *root, int *pgrp, bool *pgrp_set, struct autofs_sb_info *sbi) parse_options() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.h | 369 static inline int btrfs_qgroup_reserve_meta_pertrans(struct btrfs_root *root, in btrfs_qgroup_reserve_meta_pertrans() argument 375 static inline int btrfs_qgroup_reserve_meta_prealloc(struct btrfs_root *root, in btrfs_qgroup_reserve_meta_prealloc() argument 386 btrfs_qgroup_free_meta_pertrans(struct btrfs_root *root, int num_bytes) btrfs_qgroup_free_meta_pertrans() argument 394 btrfs_qgroup_free_meta_prealloc(struct btrfs_root *root, int num_bytes) btrfs_qgroup_free_meta_prealloc() argument [all...] |
H A D | xattr.c | 27 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_getxattr() local 83 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_setxattr() local 230 struct btrfs_root *root = BTRFS_I(inode)->root; btrfs_setxattr_trans() local 278 struct btrfs_root *root = BTRFS_I(inode)->root; btrfs_listxattr() local 406 struct btrfs_root *root = BTRFS_I(inode)->root; btrfs_xattr_handler_set_prop() local [all...] |
H A D | dev-replace.c | 454 struct btrfs_root *root = fs_info->dev_root; in btrfs_dev_replace_start() local 681 struct btrfs_root *root = fs_info->tree_root; in btrfs_dev_replace_finishing() local 904 struct btrfs_root *root = fs_info->tree_root; in btrfs_dev_replace_cancel() local [all...] |
H A D | dir-item.c | 114 struct btrfs_root *root = dir->root; in btrfs_insert_dir_item() local 18 insert_with_overflow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 data_size, const char *name, int name_len) insert_with_overflow() argument 55 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) btrfs_insert_xattr_item() argument 179 btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, int name_len, int mod) btrfs_lookup_dir_item() argument 204 btrfs_check_dir_item_collision(struct btrfs_root *root, u64 dir, const char *name, int name_len) btrfs_check_dir_item_collision() argument 272 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 objectid, const char *name, int name_len, int mod) btrfs_lookup_dir_index_item() argument 296 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, const char *name, int name_len) btrfs_search_dir_index_item() argument 343 btrfs_lookup_xattr(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, u16 name_len, int mod) btrfs_lookup_xattr() argument 407 btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_dir_item *di) btrfs_delete_one_dir_name() argument [all...] |
H A D | export.c | 65 struct btrfs_root *root; in btrfs_get_dentry() local 138 struct btrfs_root *root = BTRFS_I(dir)->root; in btrfs_get_parent() local 207 struct btrfs_root *root = BTRFS_I(dir)->root; btrfs_get_name() local [all...] |
H A D | root-tree.c | 64 btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key, struct btrfs_path *path, struct btrfs_root_item *root_item, struct btrfs_key *root_key) btrfs_find_root() argument 118 btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_key *key, struct btrfs_root_item *item) btrfs_update_root() argument 197 btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, const struct btrfs_key *key, struct btrfs_root_item *item) btrfs_insert_root() argument 213 struct btrfs_root *root; btrfs_find_orphan_roots() local 297 struct btrfs_root *root = trans->fs_info->tree_root; btrfs_del_root() local 458 btrfs_update_root_times(struct btrfs_trans_handle *trans, struct btrfs_root *root) btrfs_update_root_times() argument 486 btrfs_subvolume_reserve_metadata(struct btrfs_root *root, struct btrfs_block_rsv *rsv, int items, bool use_global_rsv) btrfs_subvolume_reserve_metadata() argument 525 btrfs_subvolume_release_metadata(struct btrfs_root *root, struct btrfs_block_rsv *rsv) btrfs_subvolume_release_metadata() argument [all...] |
H A D | props.c | 114 static int iterate_object_props(struct btrfs_root *root, in iterate_object_props() argument 231 struct btrfs_root *root = BTRFS_I(inode)->root; in inode_prop_iterator() local 246 struct btrfs_root *root = BTRFS_I(inode)->root; in btrfs_load_inode_props() local 327 struct btrfs_root *root = BTRFS_I(inode)->root; inherit_props() local 406 btrfs_subvol_inherit_props(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *parent_root) btrfs_subvol_inherit_props() argument [all...] |
H A D | block-rsv.c | 212 int btrfs_block_rsv_add(struct btrfs_root *root, in btrfs_block_rsv_add() argument 245 int btrfs_block_rsv_refill(struct btrfs_root *root, in btrfs_block_rsv_refill() argument 455 get_block_rsv( const struct btrfs_trans_handle *trans, const struct btrfs_root *root) get_block_rsv() argument 476 btrfs_use_block_rsv(struct btrfs_trans_handle *trans, struct btrfs_root *root, u32 blocksize) btrfs_use_block_rsv() argument [all...] |
/kernel/linux/linux-5.10/fs/afs/ |
H A D | super.c | 155 static int afs_show_devname(struct seq_file *m, struct dentry *root) in afs_show_devname() argument 189 static int afs_show_options(struct seq_file *m, struct dentry *root) in afs_show_options() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | d_path.c | 75 prepend_path(const struct path *path, const struct path *root, char **buffer, int *buflen) prepend_path() argument 180 __d_path(const struct path *path, const struct path *root, char *buf, int buflen) __d_path() argument 200 struct path root = {}; d_absolute_path() local 217 path_with_deleted(const struct path *path, const struct path *root, char **buf, int *buflen) path_with_deleted() argument 236 get_fs_root_rcu(struct fs_struct *fs, struct path *root) get_fs_root_rcu() argument 265 struct path root; d_path() local 399 get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, struct path *pwd) get_fs_root_and_pwd_rcu() argument 432 struct path pwd, root; SYSCALL_DEFINE2() local [all...] |
H A D | pnode.c | 60 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id() argument 37 get_peer_under_root(struct mount *mnt, struct mnt_namespace *ns, const struct path *root) get_peer_under_root() argument
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | extents_status.h | 67 struct rb_root root; member 123 struct rb_root root; member
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | v9fs.c | 106 int v9fs_show_options(struct seq_file *m, struct dentry *root) in v9fs_show_options() argument
|
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | free-space-tree-tests.c | 427 struct btrfs_root *root = NULL; in run_test() local [all...] |
/kernel/linux/linux-5.10/fs/coda/ |
H A D | inode.c | 149 struct inode *root = NULL; in coda_fill_super() local [all...] |
/kernel/linux/linux-5.10/fs/efs/ |
H A D | super.c | 255 struct inode *root; in efs_fill_super() local
|
/kernel/linux/linux-5.10/mm/ |
H A D | frontswap.c | 485 struct dentry *root = debugfs_create_dir("frontswap", NULL); in init_frontswap() local
|
/kernel/linux/linux-5.10/lib/ |
H A D | rbtree_test.c | 27 static struct rb_root_cached root = RB_ROOT_CACHED; variable 32 static void insert(struct test_node *node, struct rb_root_cached *root) in insert() argument 49 static void insert_cached(struct test_node *node, struct rb_root_cached *root) in insert_cached() argument 69 static inline void erase(struct test_node *node, struct rb_root_cached *root) in erase() argument 74 static inline void erase_cached(struct test_node *node, struct rb_root_cached *root) in erase_cached() argument 85 insert_augmented(struct test_node *node, struct rb_root_cached *root) insert_augmented() argument 109 insert_augmented_cached(struct test_node *node, struct rb_root_cached *root) insert_augmented_cached() argument 138 erase_augmented(struct test_node *node, struct rb_root_cached *root) erase_augmented() argument 143 erase_augmented_cached(struct test_node *node, struct rb_root_cached *root) erase_augmented_cached() argument [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_stat.c | 75 static int insert_stat(struct rb_root *root, void *stat, cmp_func_t cmp) in insert_stat() argument 126 struct rb_root *root = &session->stat_root; in stat_seq_init() local
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | rstat.c | 83 cgroup_rstat_cpu_pop_updated(struct cgroup *pos, struct cgroup *root, int cpu) cgroup_rstat_cpu_pop_updated() argument [all...] |
H A D | cgroup-internal.h | 48 struct cgroup_root *root; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | ucount.c | 24 set_lookup(struct ctl_table_root *root) in set_lookup() argument
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | uptodate.c | 131 static unsigned int ocfs2_purge_copied_metadata_tree(struct rb_root *root) in ocfs2_purge_copied_metadata_tree() argument 160 struct rb_root root = RB_ROOT; in ocfs2_metadata_cache_purge() local
|
/kernel/linux/linux-5.10/fs/qnx4/ |
H A D | inode.c | 189 struct inode *root; in qnx4_fill_super() local [all...] |