Home
last modified time | relevance | path

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

/fs/hfsplus/
A Dsuper.c42 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_system_read_inode()
118 fork = &vhdr->alloc_file; in hfsplus_system_write_inode()
207 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs()
257 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); in delayed_sync_fs()
305 iput(sbi->alloc_file); in hfsplus_put_super()
499 sbi->alloc_file = inode; in hfsplus_fill_super()
598 iput(sbi->alloc_file); in hfsplus_fill_super()
A Dbitmap.c36 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_allocate()
183 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_free()
A Dextents.c446 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend()
450 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
A Dhfsplus_raw.h133 struct hfsplus_fork_raw alloc_file; member
A Dhfsplus_fs.h154 struct inode *alloc_file; member
A Dinode.c346 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
/fs/
A Dfile_table.c349 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function
383 file = alloc_file(&path, flags, fops); in alloc_file_pseudo()
432 f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()

Completed in 18 milliseconds