Searched refs:alloc_file (Results 1 – 8 of 8) sorted by relevance
42 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_system_read_inode()137 fork = &vhdr->alloc_file; in hfsplus_system_write_inode()271 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()298 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); in delayed_sync_fs()346 iput(sbi->alloc_file); in hfsplus_put_super()549 sbi->alloc_file = inode; in hfsplus_fill_super()644 iput(sbi->alloc_file); in hfsplus_fill_super()
36 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_allocate()183 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_free()
444 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend()448 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
120 struct inode *alloc_file; member
370 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
350 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function384 file = alloc_file(&path, flags, fops); in alloc_file_pseudo()433 f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
261 struct hfsplus_fork_raw alloc_file; member
774 alloc_file() has become static now; two wrappers are to be used instead.776 when dentry needs to be created; that's the majority of old alloc_file()