Searched refs:alloc_file (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/hfsplus/ |
D | super.c | 40 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_system_read_inode() 116 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 205 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() 300 iput(sbi->alloc_file); in hfsplus_put_super() 500 sbi->alloc_file = inode; in hfsplus_fill_super() 599 iput(sbi->alloc_file); in hfsplus_fill_super()
|
D | bitmap.c | 36 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_allocate() 183 mapping = sbi->alloc_file->i_mapping; in hfsplus_block_free()
|
D | extents.c | 442 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend() 446 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
|
D | hfsplus_raw.h | 133 struct hfsplus_fork_raw alloc_file; member
|
D | hfsplus_fs.h | 153 struct inode *alloc_file; member
|
D | inode.c | 316 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
|
/Linux-v4.19/fs/ |
D | file_table.c | 187 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function 231 file = alloc_file(&path, flags, fops); in alloc_file_pseudo() 243 struct file *f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 615 alloc_file() has become static now; two wrappers are to be used instead. 617 when dentry needs to be created; that's the majority of old alloc_file()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 2206 file = alloc_file(&path, FMODE_READ, &pfm_file_ops); in pfm_alloc_file()
|