Searched refs:alloc_file (Results 1 – 8 of 8) sorted by relevance
36 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_allocate()183 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_free()
133 struct hfsplus_fork_raw alloc_file; member
449 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend()453 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
154 struct inode *alloc_file; member
344 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
345 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function379 file = alloc_file(&path, flags, fops); in alloc_file_pseudo()428 f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
421 static struct file *alloc_file(const char *name, unsigned int flags) in alloc_file() function480 file = alloc_file(name, flags); in SYSCALL_DEFINE2()
777 alloc_file() has become static now; two wrappers are to be used instead.779 when dentry needs to be created; that's the majority of old alloc_file()