• Home
  • Raw
  • Download

Lines Matching defs:inode

67 static int ocfs2_init_file_private(struct inode *inode, struct file *file)  in ocfs2_init_file_private()
83 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private()
96 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open()
143 static int ocfs2_file_release(struct inode *inode, struct file *file) in ocfs2_file_release()
163 static int ocfs2_dir_open(struct inode *inode, struct file *file) in ocfs2_dir_open()
168 static int ocfs2_dir_release(struct inode *inode, struct file *file) in ocfs2_dir_release()
179 struct inode *inode = file->f_mapping->host; in ocfs2_sync_file() local
219 int ocfs2_should_update_atime(struct inode *inode, in ocfs2_should_update_atime()
262 int ocfs2_update_inode_atime(struct inode *inode, in ocfs2_update_inode_atime()
301 struct inode *inode, in ocfs2_set_inode_size()
321 int ocfs2_simple_size_update(struct inode *inode, in ocfs2_simple_size_update()
346 static int ocfs2_cow_file_pos(struct inode *inode, in ocfs2_cow_file_pos()
380 struct inode *inode, in ocfs2_orphan_for_truncate()
444 static int ocfs2_truncate_file(struct inode *inode, in ocfs2_truncate_file()
544 struct inode *inode, in ocfs2_add_inode_data()
565 static int __ocfs2_extend_allocation(struct inode *inode, u32 logical_start, in __ocfs2_extend_allocation()
726 static handle_t *ocfs2_zero_start_ordered_transaction(struct inode *inode) in ocfs2_zero_start_ordered_transaction()
758 static int ocfs2_write_zero_page(struct inode *inode, u64 abs_from, in ocfs2_write_zero_page()
848 static int ocfs2_zero_extend_get_range(struct inode *inode, in ocfs2_zero_extend_get_range()
922 static int ocfs2_zero_extend_range(struct inode *inode, u64 range_start, in ocfs2_zero_extend_range()
956 int ocfs2_zero_extend(struct inode *inode, struct buffer_head *di_bh, in ocfs2_zero_extend()
996 int ocfs2_extend_no_holes(struct inode *inode, struct buffer_head *di_bh, in ocfs2_extend_no_holes()
1038 static int ocfs2_extend_file(struct inode *inode, in ocfs2_extend_file()
1107 struct inode *inode = dentry->d_inode; in ocfs2_setattr() local
1256 struct inode *inode = dentry->d_inode; in ocfs2_getattr() local
1277 int ocfs2_permission(struct inode *inode, int mask) in ocfs2_permission()
1298 static int __ocfs2_write_remove_suid(struct inode *inode, in __ocfs2_write_remove_suid()
1343 static int ocfs2_check_range_for_holes(struct inode *inode, loff_t pos, in ocfs2_check_range_for_holes()
1377 static int ocfs2_write_remove_suid(struct inode *inode) in ocfs2_write_remove_suid()
1399 static int ocfs2_allocate_unwritten_extents(struct inode *inode, in ocfs2_allocate_unwritten_extents()
1481 static void ocfs2_truncate_cluster_pages(struct inode *inode, u64 byte_start, in ocfs2_truncate_cluster_pages()
1498 static int ocfs2_zero_partial_clusters(struct inode *inode, in ocfs2_zero_partial_clusters()
1592 static void ocfs2_calc_trunc_pos(struct inode *inode, in ocfs2_calc_trunc_pos()
1648 static int ocfs2_remove_inode_range(struct inode *inode, in ocfs2_remove_inode_range()
1812 static int __ocfs2_change_file_space(struct file *file, struct inode *inode, in __ocfs2_change_file_space()
1953 struct inode *inode = file_inode(file); in ocfs2_change_file_space() local
1981 struct inode *inode = file_inode(file); in ocfs2_fallocate() local
2006 int ocfs2_check_range_for_refcount(struct inode *inode, loff_t pos, in ocfs2_check_range_for_refcount()
2045 static void ocfs2_aiodio_wait(struct inode *inode) in ocfs2_aiodio_wait()
2052 static int ocfs2_is_io_unaligned(struct inode *inode, size_t count, loff_t pos) in ocfs2_is_io_unaligned()
2062 static int ocfs2_prepare_inode_for_refcount(struct inode *inode, in ocfs2_prepare_inode_for_refcount()
2098 struct inode *inode = dentry->d_inode; in ocfs2_prepare_inode_for_write() local
2236 struct inode *inode = file_inode(file); in ocfs2_file_aio_write() local
2454 struct inode *inode = mapping->host; in ocfs2_file_splice_write() local
2515 struct inode *inode = file_inode(in); in ocfs2_file_splice_read() local
2545 struct inode *inode = file_inode(filp); in ocfs2_file_aio_read() local
2620 struct inode *inode = file->f_mapping->host; in ocfs2_file_llseek() local