Searched refs:alloc_file (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/hfsplus/
H A Dsuper.c41 hfsplus_inode_read_fork(inode, &vhdr->alloc_file);
117 fork = &vhdr->alloc_file;
206 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping);
258 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1);
306 iput(sbi->alloc_file);
506 sbi->alloc_file = inode;
605 iput(sbi->alloc_file);
H A Dbitmap.c36 mapping = sbi->alloc_file->i_mapping;
183 mapping = sbi->alloc_file->i_mapping;
H A Dhfsplus_raw.h133 struct hfsplus_fork_raw alloc_file; member in struct:hfsplus_vh
H A Dextents.c448 if (sbi->alloc_file->i_size * 8 <
452 sbi->alloc_file->i_size * 8,
H A Dhfsplus_fs.h153 struct inode *alloc_file; member in struct:hfsplus_sb_info
H A Dinode.c345 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping);
/linux-master/fs/
H A Dfile_table.c308 * alloc_file - allocate and initialize a 'struct file'
314 static struct file *alloc_file(const struct path *path, int flags, function
350 file = alloc_file(&path, flags, fops);
386 struct file *f = alloc_file(&base->f_path, flags, fops);

Completed in 291 milliseconds