Lines Matching defs:inode
45 static inline int ext2_inode_is_fast_symlink(struct inode *inode) in ext2_inode_is_fast_symlink()
58 struct inode *inode = mapping->host; in ext2_write_failed() local
69 void ext2_evict_inode(struct inode * inode) in ext2_evict_inode()
160 static int ext2_block_to_path(struct inode *inode, in ext2_block_to_path()
231 static Indirect *ext2_get_branch(struct inode *inode, in ext2_get_branch()
291 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) in ext2_find_near()
327 static inline ext2_fsblk_t ext2_find_goal(struct inode *inode, long block, in ext2_find_goal()
395 static int ext2_alloc_blocks(struct inode *inode, in ext2_alloc_blocks()
473 static int ext2_alloc_branch(struct inode *inode, in ext2_alloc_branch()
555 static void ext2_splice_branch(struct inode *inode, in ext2_splice_branch()
618 static int ext2_get_blocks(struct inode *inode, in ext2_get_blocks()
766 int ext2_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) in ext2_get_block()
779 int ext2_fiemap(struct inode *inode, struct fiemap_extent_info *fieinfo, in ext2_fiemap()
859 struct inode *inode = mapping->host; in ext2_direct_IO() local
954 static Indirect *ext2_find_shared(struct inode *inode, in ext2_find_shared()
1013 static inline void ext2_free_data(struct inode *inode, __le32 *p, __le32 *q) in ext2_free_data()
1053 static void ext2_free_branches(struct inode *inode, __le32 *p, __le32 *q, int depth) in ext2_free_branches()
1089 static void __ext2_truncate_blocks(struct inode *inode, loff_t offset) in __ext2_truncate_blocks()
1176 static void ext2_truncate_blocks(struct inode *inode, loff_t offset) in ext2_truncate_blocks()
1199 static int ext2_setsize(struct inode *inode, loff_t newsize) in ext2_setsize()
1283 void ext2_set_inode_flags(struct inode *inode) in ext2_set_inode_flags()
1327 struct inode *inode; in ext2_iget() local
1447 static int __ext2_write_inode(struct inode *inode, int do_sync) in __ext2_write_inode()
1552 int ext2_write_inode(struct inode *inode, struct writeback_control *wbc) in ext2_write_inode()
1559 struct inode *inode = d_inode(dentry); in ext2_setattr() local