Searched refs:alloc_file (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | file.h | 20 extern struct file *alloc_file(struct path *, fmode_t mode,
|
/linux-4.4.14/fs/hfsplus/ |
H A D | super.c | 40 hfsplus_inode_read_fork(inode, &vhdr->alloc_file); hfsplus_system_read_inode() 115 fork = &vhdr->alloc_file; hfsplus_system_write_inode() 204 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); hfsplus_sync_fs() 254 err = hfsplus_sync_fs(sbi->alloc_file->i_sb, 1); delayed_sync_fs() 297 iput(sbi->alloc_file); hfsplus_put_super() 497 sbi->alloc_file = inode; hfsplus_fill_super() 593 iput(sbi->alloc_file); hfsplus_fill_super()
|
H A D | bitmap.c | 35 mapping = sbi->alloc_file->i_mapping; hfsplus_block_allocate() 182 mapping = sbi->alloc_file->i_mapping; hfsplus_block_free()
|
H A D | extents.c | 436 if (sbi->alloc_file->i_size * 8 < hfsplus_file_extend() 440 sbi->alloc_file->i_size * 8, hfsplus_file_extend()
|
H A D | hfsplus_raw.h | 132 struct hfsplus_fork_raw alloc_file; member in struct:hfsplus_vh
|
H A D | hfsplus_fs.h | 153 struct inode *alloc_file; member in struct:hfsplus_sb_info
|
H A D | inode.c | 322 error2 = filemap_write_and_wait(sbi->alloc_file->i_mapping); hfsplus_file_fsync()
|
/linux-4.4.14/fs/ |
H A D | file_table.c | 152 * alloc_file - allocate and initialize a 'struct file' 158 struct file *alloc_file(struct path *path, fmode_t mode, alloc_file() function 182 EXPORT_SYMBOL(alloc_file); variable
|
H A D | anon_inodes.c | 105 file = alloc_file(&path, OPEN_FMODE(flags), fops); anon_inode_getfile()
|
H A D | pipe.c | 732 f = alloc_file(&path, FMODE_WRITE, &pipefifo_fops); create_pipe_files() 741 res[0] = alloc_file(&path, FMODE_READ, &pipefifo_fops); create_pipe_files()
|
H A D | aio.c | 226 file = alloc_file(&path, FMODE_READ | FMODE_WRITE, &aio_ring_fops); aio_private_file()
|
/linux-4.4.14/fs/hugetlbfs/ |
H A D | inode.c | 1294 file = alloc_file(&path, FMODE_WRITE | FMODE_READ, hugetlb_file_setup()
|
/linux-4.4.14/ipc/ |
H A D | shm.c | 1181 file = alloc_file(&path, f_mode, do_shmat()
|
/linux-4.4.14/mm/ |
H A D | shmem.c | 3365 res = alloc_file(&path, FMODE_WRITE | FMODE_READ, __shmem_file_setup()
|
/linux-4.4.14/net/ |
H A D | socket.c | 375 file = alloc_file(&path, FMODE_READ | FMODE_WRITE, sock_alloc_file()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | perfmon.c | 2204 file = alloc_file(&path, FMODE_READ, &pfm_file_ops); pfm_alloc_file()
|
Completed in 602 milliseconds