Searched refs:alloc_file (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/hfsplus/ |
| H A D | super.c | 42 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() 259 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); in delayed_sync_fs() 307 iput(sbi->alloc_file); in hfsplus_put_super() 501 sbi->alloc_file = inode; in hfsplus_fill_super() 600 iput(sbi->alloc_file); in hfsplus_fill_super()
|
| H A 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()
|
| H A D | hfsplus_raw.h | 133 struct hfsplus_fork_raw alloc_file; member
|
| H A D | extents.c | 449 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend() 453 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
|
| H A D | hfsplus_fs.h | 154 struct inode *alloc_file; member
|
| H A D | inode.c | 344 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
|
| /linux-6.15/fs/ |
| H A D | file_table.c | 346 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function 380 file = alloc_file(&path, flags, fops); in alloc_file_pseudo() 429 f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
|
| /linux-6.15/mm/ |
| H A D | memfd.c | 421 static struct file *alloc_file(const char *name, unsigned int flags) in alloc_file() function 480 file = alloc_file(name, flags); in SYSCALL_DEFINE2()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | porting.rst | 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()
|