Searched refs:alloc_file (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | super.c | 41 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_system_read_inode() 117 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 206 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs() 258 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); in delayed_sync_fs() 298 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()
|
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 | extents.c | 448 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend() 452 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
|
H A D | hfsplus_raw.h | 133 struct hfsplus_fork_raw alloc_file; member
|
H A D | hfsplus_fs.h | 153 struct inode *alloc_file; member
|
H A D | inode.c | 337 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | super.c | 41 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); in hfsplus_system_read_inode() 117 fork = &vhdr->alloc_file; in hfsplus_system_write_inode() 206 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_sync_fs() 258 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); in delayed_sync_fs() 298 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()
|
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 | extents.c | 448 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend() 452 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
|
H A D | hfsplus_raw.h | 133 struct hfsplus_fork_raw alloc_file; member
|
H A D | hfsplus_fs.h | 153 struct inode *alloc_file; member
|
H A D | inode.c | 349 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); in hfsplus_file_fsync()
|
/kernel/linux/linux-5.10/fs/ |
H A D | file_table.c | 182 * alloc_file - allocate and initialize a 'struct file' 188 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function 233 file = alloc_file(&path, flags, fops); in alloc_file_pseudo() 245 struct file *f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
|
/kernel/linux/linux-6.6/fs/ |
H A D | file_table.c | 282 * alloc_file - allocate and initialize a 'struct file' 288 static struct file *alloc_file(const struct path *path, int flags, in alloc_file() function 336 file = alloc_file(&path, flags, fops); in alloc_file_pseudo() 348 struct file *f = alloc_file(&base->f_path, flags, fops); in alloc_file_clone()
|
Completed in 16 milliseconds