Lines Matching defs:inode
54 static int ocfs2_init_file_private(struct inode *inode, struct file *file) in ocfs2_init_file_private()
70 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private()
83 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open()
135 static int ocfs2_file_release(struct inode *inode, struct file *file) in ocfs2_file_release()
155 static int ocfs2_dir_open(struct inode *inode, struct file *file) in ocfs2_dir_open()
160 static int ocfs2_dir_release(struct inode *inode, struct file *file) in ocfs2_dir_release()
170 struct inode *inode = file->f_mapping->host; in ocfs2_sync_file() local
208 int ocfs2_should_update_atime(struct inode *inode, in ocfs2_should_update_atime()
251 int ocfs2_update_inode_atime(struct inode *inode, in ocfs2_update_inode_atime()
291 struct inode *inode, in ocfs2_set_inode_size()
311 int ocfs2_simple_size_update(struct inode *inode, in ocfs2_simple_size_update()
337 static int ocfs2_cow_file_pos(struct inode *inode, in ocfs2_cow_file_pos()
371 struct inode *inode, in ocfs2_orphan_for_truncate()
436 int ocfs2_truncate_file(struct inode *inode, in ocfs2_truncate_file()
531 struct inode *inode, in ocfs2_add_inode_data()
552 static int ocfs2_extend_allocation(struct inode *inode, u32 logical_start, in ocfs2_extend_allocation()
708 static handle_t *ocfs2_zero_start_ordered_transaction(struct inode *inode, in ocfs2_zero_start_ordered_transaction()
751 static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from, in ocfs2_write_zero_page()
859 static int ocfs2_zero_extend_get_range(struct inode *inode, in ocfs2_zero_extend_get_range()
933 static int ocfs2_zero_extend_range(struct inode *inode, u64 range_start, in ocfs2_zero_extend_range()
967 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh, in ocfs2_zero_extend()
1007 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh, in ocfs2_extend_no_holes()
1049 static int ocfs2_extend_file(struct inode *inode, in ocfs2_extend_file()
1119 struct inode *inode = d_inode(dentry); in ocfs2_setattr() local
1304 struct inode *inode = d_inode(path->dentry); in ocfs2_getattr() local
1333 int ocfs2_permission(struct inode *inode, int mask) in ocfs2_permission()
1365 static int __ocfs2_write_remove_suid(struct inode *inode, in __ocfs2_write_remove_suid()
1407 static int ocfs2_write_remove_suid(struct inode *inode) in ocfs2_write_remove_suid()
1429 static int ocfs2_allocate_unwritten_extents(struct inode *inode, in ocfs2_allocate_unwritten_extents()
1511 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages()
1528 static int ocfs2_zero_partial_clusters(struct inode *inode, in ocfs2_zero_partial_clusters()
1637 static void ocfs2_calc_trunc_pos(struct inode *inode, in ocfs2_calc_trunc_pos()
1693 int ocfs2_remove_inode_range(struct inode *inode, in ocfs2_remove_inode_range()
1857 static int __ocfs2_change_file_space(struct file *file, struct inode *inode, in __ocfs2_change_file_space()
1999 struct inode *inode = file_inode(file); in ocfs2_change_file_space() local
2027 struct inode *inode = file_inode(file); in ocfs2_fallocate() local
2052 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, in ocfs2_check_range_for_refcount()
2091 static int ocfs2_is_io_unaligned(struct inode *inode, size_t count, loff_t pos) in ocfs2_is_io_unaligned()
2101 static int ocfs2_inode_lock_for_extent_tree(struct inode *inode, in ocfs2_inode_lock_for_extent_tree()
2143 static void ocfs2_inode_unlock_for_extent_tree(struct inode *inode, in ocfs2_inode_unlock_for_extent_tree()
2166 struct inode *inode = d_inode(dentry); in ocfs2_prepare_inode_for_write() local
2283 struct inode *inode = file_inode(file); in ocfs2_file_write_iter() local
2437 struct inode *inode = file_inode(filp); in ocfs2_file_read_iter() local
2516 struct inode *inode = file->f_mapping->host; in ocfs2_file_llseek() local