Searched refs:ext4fs_root (Results 1 – 5 of 5) sorted by relevance
| /fs/ext4/ |
| A D | ext4fs.c | 62 if ((node != &ext4fs_root->diropen) && (node != currroot)) in ext4fs_free_node() 226 ret = ext4fs_find_file(dirname, &ext4fs_root->diropen, &dir, in ext4fs_opendir() 238 ext4fs_free_node(dir, &ext4fs_root->diropen); in ext4fs_opendir() 256 ret = ext4fs_find_file(dirs->dirname, &ext4fs_root->diropen, &dir, in ext4fs_readdir() 333 ext4fs_free_node(dir, &ext4fs_root->diropen); in ext4fs_readdir() 358 ret = ext4fs_find_file1(filename, &ext4fs_root->diropen, &dirnode, in ext4fs_exists() 361 ext4fs_free_node(dirnode, &ext4fs_root->diropen); in ext4fs_exists() 373 if (ext4fs_root == NULL || ext4fs_file == NULL) in ext4fs_read() 412 if (ext4fs_root == NULL) in ext4fs_uuid() 416 uuid_bin_to_str((unsigned char *)ext4fs_root->sblock.unique_id, in ext4fs_uuid()
|
| A D | ext4_write.c | 145 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_single_indirect_block() 193 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_double_indirect_block() 290 uint32_t blk_per_grp = le32_to_cpu(ext4fs_root->sblock.blocks_per_group); in delete_triple_indirect_block() 461 status = ext4fs_read_inode(ext4fs_root, inodeno, &inode); in ext4fs_delete_file() 604 fs->blksz = EXT2_BLOCK_SIZE(ext4fs_root); in ext4fs_init() 620 le32_to_cpu(ext4fs_root->sblock.total_blocks) in ext4fs_init() 621 - le32_to_cpu(ext4fs_root->sblock.first_data_block), in ext4fs_init() 622 le32_to_cpu(ext4fs_root->sblock.blocks_per_group)); in ext4fs_init() 706 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in ext4fs_deinit() 772 int log2_fs_blocksize = LOG2_BLOCK_SIZE(ext4fs_root) - log2blksz; in ext4fs_write_file() [all …]
|
| A D | ext4_common.c | 34 struct ext2_data *ext4fs_root; variable 512 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_update_parent_dentry() 646 LOG2_BLOCK_SIZE(ext4fs_root); in search_dir() 947 LOG2_BLOCK_SIZE(ext4fs_root); in ext4fs_filename_unlink() 2037 if (ext4fs_root != NULL) { in ext4fs_close() 2038 free(ext4fs_root); in ext4fs_close() 2039 ext4fs_root = NULL; in ext4fs_close() 2258 oldnode = &ext4fs_root->diropen; in ext4fs_find_file1() 2315 if (ext4fs_root == NULL) in ext4fs_open() 2401 ext4fs_root = data; in ext4fs_mount() [all …]
|
| A D | ext4_journal.c | 350 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in recover_transaction() 427 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in ext4fs_check_journal_state() 574 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in update_descriptor_block() 625 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, in update_commit_block() 658 ext4fs_read_inode(ext4fs_root, EXT2_JOURNAL_INO, &inode_journal); in ext4fs_update_journal()
|
| A D | ext4_journal.h | 115 extern struct ext2_data *ext4fs_root;
|
Completed in 14 milliseconds