alloc_file       2161 arch/ia64/kernel/perfmon.c 	file = alloc_file(&path, FMODE_READ, &pfm_file_ops);
alloc_file        232 fs/file_table.c 	file = alloc_file(&path, flags, fops);
alloc_file        244 fs/file_table.c 	struct file *f = alloc_file(&base->f_path, flags, fops);
alloc_file         36 fs/hfsplus/bitmap.c 	mapping = sbi->alloc_file->i_mapping;
alloc_file        183 fs/hfsplus/bitmap.c 	mapping = sbi->alloc_file->i_mapping;
alloc_file        448 fs/hfsplus/extents.c 	if (sbi->alloc_file->i_size * 8 <
alloc_file        452 fs/hfsplus/extents.c 		       sbi->alloc_file->i_size * 8,
alloc_file        153 fs/hfsplus/hfsplus_fs.h 	struct inode *alloc_file;
alloc_file        133 fs/hfsplus/hfsplus_raw.h 	struct hfsplus_fork_raw alloc_file;
alloc_file        337 fs/hfsplus/inode.c 		error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping);
alloc_file         41 fs/hfsplus/super.c 		hfsplus_inode_read_fork(inode, &vhdr->alloc_file);
alloc_file        117 fs/hfsplus/super.c 		fork = &vhdr->alloc_file;
alloc_file        206 fs/hfsplus/super.c 	error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping);
alloc_file        258 fs/hfsplus/super.c 	err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1);
alloc_file        301 fs/hfsplus/super.c 	iput(sbi->alloc_file);
alloc_file        501 fs/hfsplus/super.c 	sbi->alloc_file = inode;
alloc_file        600 fs/hfsplus/super.c 	iput(sbi->alloc_file);