Home
last modified time | relevance | path

Searched defs:inode (Results 1 – 9 of 9) sorted by relevance

/lk-master/lib/fs/ext2/
A Dio.c78 static int ext2_get_indirect_block_pointer_cache_block(ext2_t *ext2, struct ext2_inode *inode, in ext2_get_indirect_block_pointer_cache_block()
127 static blocknum_t file_block_to_fs_block(ext2_t *ext2, struct ext2_inode *inode, uint fileblock) { in file_block_to_fs_block()
163 ssize_t ext2_read_inode(ext2_t *ext2, struct ext2_inode *inode, void *_buf, off_t offset, size_t le… in ext2_read_inode()
A Dext2.c62 static void endian_swap_inode(struct ext2_inode *inode) { in endian_swap_inode()
213 int ext2_load_inode(ext2_t *ext2, inodenum_t num, struct ext2_inode *inode) { in ext2_load_inode()
A Dfile.c78 off_t ext2_file_len(ext2_t *ext2, struct ext2_inode *inode) { in ext2_file_len()
102 int ext2_read_link(ext2_t *ext2, struct ext2_inode *inode, char *str, size_t len) { in ext2_read_link()
A Ddir.c75 struct ext2_inode inode; in ext2_walk() local
A Dext2_priv.h39 struct ext2_inode inode; member
A Dext3_fs.h502 static inline struct ext3_inode_info *EXT3_I(struct inode *inode) { in EXT3_I()
520 #define NEXT_ORPHAN(inode) EXT3_I(inode)->i_dtime argument
615 __le32 inode; /* Inode number */ member
628 __le32 inode; /* Inode number */ member
A Dext2_fs.h389 uint32_t inode; /* Inode number */ member
402 uint32_t inode; /* Inode number */ member
/lk-master/lib/norfs/
A Dnorfs.c125 FRIEND_TEST bool get_inode(uint32_t key, struct norfs_inode **inode) { in get_inode()
203 struct norfs_inode *inode; in norfs_read_obj_iovec() local
440 struct norfs_inode *inode; in norfs_remove_obj() local
501 struct norfs_inode *inode; in norfs_put_obj_iovec() local
583 static void remove_inode(struct norfs_inode *inode) { in remove_inode()
594 struct norfs_inode *inode; in collect_garbage_object() local
791 struct norfs_inode *inode; in mount_next_obj() local
/lk-master/lib/norfs/test/
A Dnorfs_test.c330 struct norfs_inode *inode = NULL; in test_deletion() local

Completed in 17 milliseconds