Searched refs:alloc_file (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/hfsplus/ |
| 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 | 444 if (sbi->alloc_file->i_size * 8 < in hfsplus_file_extend() 448 sbi->alloc_file->i_size * 8, in hfsplus_file_extend()
|
| /linux/fs/ |
| H A D | file_table.c | 349 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()
|
| /linux/mm/ |
| H A D | memfd.c | 459 static struct file *alloc_file(const char *name, unsigned int flags) in alloc_file() function 523 return FD_ADD(fd_flags, alloc_file(name, flags)); in SYSCALL_DEFINE2()
|
| /linux/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()
|