/fs/exfat/ |
A D | node.c | 132 static void init_node_meta1(struct exfat_node* node, in init_node_meta1() 154 static void init_node_name(struct exfat_node* node, in init_node_name() 337 struct exfat_node** node, off_t* offset, int n) in parse_file_entry() 388 struct exfat_node** node, off_t* offset) in readdir() 536 struct exfat_node* node; in exfat_cache_directory() local 583 static void tree_detach(struct exfat_node* node) in tree_detach() 715 const struct exfat_node* node; in shrink_directory() local 897 struct exfat_node* node; in commit_entry() local 998 struct exfat_node* node; in exfat_mkdir() local 1075 struct exfat_node* node; in exfat_rename() local [all …]
|
A D | cluster.c | 74 const struct exfat_node* node, cluster_t cluster) in exfat_next_cluster() 93 struct exfat_node* node, uint32_t count) in exfat_advance_cluster() 139 static int flush_nodes(struct exfat* ef, struct exfat_node* node) in flush_nodes() 239 static int grow_file(struct exfat* ef, struct exfat_node* node, in grow_file() 304 static int shrink_file(struct exfat* ef, struct exfat_node* node, in shrink_file() 371 static int erase_range(struct exfat* ef, struct exfat_node* node, in erase_range() 406 int exfat_truncate(struct exfat* ef, struct exfat_node* node, uint64_t size, in exfat_truncate()
|
A D | io.c | 479 ssize_t exfat_generic_pread(const struct exfat* ef, struct exfat_node* node, in exfat_generic_pread() 540 ssize_t exfat_generic_pwrite(struct exfat* ef, struct exfat_node* node, in exfat_generic_pwrite() 701 int exfat_lookup_realpath(struct exfat* ef, struct exfat_node** node, in exfat_lookup_realpath() 755 struct exfat_node *dnode, *node; in exfat_fs_readdir() local 830 struct exfat_node *dnode, *node; in exfat_fs_ls() local 876 struct exfat_node* node; in exfat_fs_exists() local 890 struct exfat_node* node; in exfat_fs_size() local 907 struct exfat_node* node; in exfat_fs_read() local 935 struct exfat_node* node; in exfat_fs_unlink() local 974 struct exfat_node* node; in exfat_fs_write() local
|
A D | lookup.c | 81 struct exfat_node** node, const char* name, size_t n) in lookup_name() 121 int exfat_lookup(struct exfat* ef, struct exfat_node** node, in exfat_lookup() 177 struct exfat_node** node, le16_t* name, const char* path) in exfat_split()
|
A D | utils.c | 28 void exfat_stat(const struct exfat* ef, const struct exfat_node* node, in exfat_stat() 48 void exfat_get_name(const struct exfat_node* node, in exfat_get_name()
|
A D | repair.c | 94 struct exfat_node* node) in exfat_fix_invalid_node_checksum()
|
/fs/btrfs/ |
A D | extent-cache.c | 22 static int cache_tree_comp_range(struct rb_node *node, void *data) in cache_tree_comp_range() 50 static int cache_tree_comp_range2(struct rb_node *node, void *data) in cache_tree_comp_range2() 129 struct rb_node *node; in lookup_cache_extent() local 146 struct rb_node *node; in lookup_cache_extent2() local 164 struct rb_node *node; in search_cache_extent() local 184 struct rb_node *node; in search_cache_extent2() local 203 struct rb_node *node = rb_first(&tree->root); in first_cache_extent() local 212 struct rb_node *node = rb_last(&tree->root); in last_cache_extent() local 221 struct rb_node *node = rb_prev(&pe->rb_node); in prev_cache_extent() local 230 struct rb_node *node = rb_next(&pe->rb_node); in next_cache_extent() local
|
A D | extent-io.c | 230 struct cache_extent *node; in clear_extent_bits() local 324 struct cache_extent *node; in set_extent_bits() local 456 struct cache_extent *node; in find_first_extent_bit() local 488 struct cache_extent *node; in test_range_bit() local 524 struct cache_extent *node; in set_state_private() local 545 struct cache_extent *node; in get_state_private() local
|
A D | disk-io.c | 626 static void __free_fs_root(struct rb_node *node) in __free_fs_root() 704 static int btrfs_fs_roots_compare_objectids(struct rb_node *node, in btrfs_fs_roots_compare_objectids() 731 struct rb_node *node; in btrfs_read_fs_root() local
|
A D | ctree.h | 81 struct extent_buffer *node; member 1202 struct btrfs_node node; member
|
/fs/jffs2/ |
A D | jffs2_private.h | 46 hdr_crc(struct jffs2_unknown_node *node) in hdr_crc() 64 dirent_crc(struct jffs2_raw_dirent *node) in dirent_crc() 74 dirent_name_crc(struct jffs2_raw_dirent *node) in dirent_name_crc() 84 inode_crc(struct jffs2_raw_inode *node) in inode_crc() 94 data_crc(struct jffs2_raw_inode *node) in data_crc()
|
A D | jffs2_1pass.c | 247 struct jffs2_unknown_node node; in get_node_mem_nand() local 354 struct jffs2_unknown_node node; in get_node_mem_onenand() local 1200 struct jffs2_unknown_node *node; in jffs2_1pass_rescan_needed() local 1477 union jffs2_node_union *node; in jffs2_1pass_build_lists() local
|
/fs/btrfs/common/ |
A D | rbtree-utils.c | 22 int rb_insert(struct rb_root *root, struct rb_node *node, in rb_insert() 77 struct rb_node *node; in rb_free_nodes() local
|
/fs/cbfs/ |
A D | cbfs.c | 90 static int fill_node(struct cbfs_cachenode *node, void *start, in fill_node() 149 int align, struct cbfs_cachenode *node, in file_cbfs_next_file() 189 struct cbfs_cachenode *node; in file_cbfs_fill_cache() local 435 struct cbfs_cachenode *node) in find_uncached() 462 struct cbfs_cachenode *node) in file_cbfs_find_uncached() 477 struct cbfs_cachenode *node) in file_cbfs_find_uncached_base()
|
/fs/ext4/ |
A D | ext4fs.c | 60 void ext4fs_free_node(struct ext2fs_node *node, struct ext2fs_node *currroot) in ext4fs_free_node() 71 int ext4fs_read_file(struct ext2fs_node *node, loff_t pos, in ext4fs_read_file()
|
A D | ext4_journal.c | 246 struct revoke_blk_list *node = NULL; in ext4fs_push_revoke_blk() local
|
/fs/ubifs/ |
A D | tnc.c | 318 const void *node) in lnc_add() 354 void *node) in lnc_add_directly() 397 void *node) in tnc_read_node_nm() 504 struct ubifs_zbranch *zbr, void *node) in fallible_read_node() 1451 void *node, int *lnum, int *offs) in ubifs_tnc_locate() 1813 void *node, const struct qstr *nm) in do_lookup_nm() 1861 void *node, const struct qstr *nm) in ubifs_tnc_lookup_nm()
|
A D | misc.h | 251 const union ubifs_key *key, void *node) in ubifs_tnc_lookup()
|
A D | tnc_misc.c | 452 void *node) in ubifs_tnc_read_node()
|
A D | io.c | 384 void ubifs_prepare_node(struct ubifs_info *c, void *node, int len, int pad) in ubifs_prepare_node() 417 void ubifs_prep_grp_node(struct ubifs_info *c, void *node, int len, int last) in ubifs_prep_grp_node()
|
A D | scan.c | 362 struct ubifs_scan_node *node; in ubifs_scan_destroy() local
|
A D | log.c | 596 void *node) in add_node()
|
A D | orphan.c | 734 struct ubifs_ino_node *node; member
|
A D | replay.c | 826 const struct ubifs_cs_node *node; in replay_log_leb() local
|
/fs/sandbox/ |
A D | sandboxfs.c | 87 struct os_dirent_node *head, *node; in sandbox_fs_ls() local
|