Lines Matching defs:inode
52 static int ocfs2_init_file_private(struct inode *inode, struct file *file) in ocfs2_init_file_private()
68 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private()
81 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open()
133 static int ocfs2_file_release(struct inode *inode, struct file *file) in ocfs2_file_release()
153 static int ocfs2_dir_open(struct inode *inode, struct file *file) in ocfs2_dir_open()
158 static int ocfs2_dir_release(struct inode *inode, struct file *file) in ocfs2_dir_release()
168 struct inode *inode = file->f_mapping->host; in ocfs2_sync_file() local
206 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()
535 struct inode *inode, in ocfs2_add_inode_data()
553 static int ocfs2_extend_allocation(struct inode *inode, u32 logical_start, in ocfs2_extend_allocation()
709 static handle_t *ocfs2_zero_start_ordered_transaction(struct inode *inode, in ocfs2_zero_start_ordered_transaction()
752 static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from, in ocfs2_write_zero_page()
855 static int ocfs2_zero_extend_get_range(struct inode *inode, in ocfs2_zero_extend_get_range()
929 static int ocfs2_zero_extend_range(struct inode *inode, u64 range_start, in ocfs2_zero_extend_range()
963 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh, in ocfs2_zero_extend()
1003 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh, in ocfs2_extend_no_holes()
1045 static int ocfs2_extend_file(struct inode *inode, in ocfs2_extend_file()
1116 struct inode *inode = d_inode(dentry); in ocfs2_setattr() local
1305 struct inode *inode = d_inode(path->dentry); in ocfs2_getattr() local
1334 int ocfs2_permission(struct mnt_idmap *idmap, struct inode *inode, in ocfs2_permission()
1367 static int __ocfs2_write_remove_suid(struct inode *inode, in __ocfs2_write_remove_suid()
1409 static int ocfs2_write_remove_suid(struct inode *inode) in ocfs2_write_remove_suid()
1431 static int ocfs2_allocate_unwritten_extents(struct inode *inode, in ocfs2_allocate_unwritten_extents()
1513 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages()
1537 static int ocfs2_zeroout_partial_cluster(struct inode *inode, in ocfs2_zeroout_partial_cluster()
1569 static int ocfs2_zero_partial_clusters(struct inode *inode, in ocfs2_zero_partial_clusters()
1699 static void ocfs2_calc_trunc_pos(struct inode *inode, in ocfs2_calc_trunc_pos()
1755 int ocfs2_remove_inode_range(struct inode *inode, in ocfs2_remove_inode_range()
1919 static int __ocfs2_change_file_space(struct file *file, struct inode *inode, in __ocfs2_change_file_space()
2067 struct inode *inode = file_inode(file); in ocfs2_change_file_space() local
2095 struct inode *inode = file_inode(file); in ocfs2_fallocate() local
2126 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, in ocfs2_check_range_for_refcount()
2165 static int ocfs2_is_io_unaligned(struct inode *inode, size_t count, loff_t pos) in ocfs2_is_io_unaligned()
2175 static int ocfs2_inode_lock_for_extent_tree(struct inode *inode, in ocfs2_inode_lock_for_extent_tree()
2217 static void ocfs2_inode_unlock_for_extent_tree(struct inode *inode, in ocfs2_inode_unlock_for_extent_tree()
2240 struct inode *inode = d_inode(dentry); in ocfs2_prepare_inode_for_write() local
2357 struct inode *inode = file_inode(file); in ocfs2_file_write_iter() local
2511 struct inode *inode = file_inode(filp); in ocfs2_file_read_iter() local
2591 struct inode *inode = file_inode(in); in ocfs2_file_splice_read() local
2627 struct inode *inode = file->f_mapping->host; in ocfs2_file_llseek() local