Lines Matching defs:inode

21 affs_file_open(struct inode *inode, struct file *filp)  in affs_file_open()
30 affs_file_release(struct inode *inode, struct file *filp) in affs_file_release()
47 affs_grow_extcache(struct inode *inode, u32 lc_idx) in affs_grow_extcache()
117 affs_alloc_extblock(struct inode *inode, struct buffer_head *bh, u32 ext) in affs_alloc_extblock()
155 affs_get_extblock(struct inode *inode, u32 ext) in affs_get_extblock()
169 affs_get_extblock_slow(struct inode *inode, u32 ext) in affs_get_extblock_slow()
294 affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) in affs_get_block()
383 struct inode *inode = mapping->host; in affs_write_failed() local
396 struct inode *inode = mapping->host; in affs_direct_IO() local
444 affs_bread_ino(struct inode *inode, int block, int create) in affs_bread_ino()
463 affs_getzeroblk_ino(struct inode *inode, int block) in affs_getzeroblk_ino()
482 affs_getemptyblk_ino(struct inode *inode, int block) in affs_getemptyblk_ino()
503 struct inode *inode = page->mapping->host; in affs_do_readpage_ofs() local
539 affs_extent_file_ofs(struct inode *inode, u32 newsize) in affs_extent_file_ofs()
612 struct inode *inode = page->mapping->host; in affs_readpage_ofs() local
634 struct inode *inode = mapping->host; in affs_write_begin_ofs() local
672 struct inode *inode = mapping->host; in affs_write_end_ofs() local
819 affs_free_prealloc(struct inode *inode) in affs_free_prealloc()
834 affs_truncate(struct inode *inode) in affs_truncate()
954 struct inode *inode = filp->f_mapping->host; in affs_file_fsync() local