Searched refs:alloc_empty_file (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dfile_table.c184 struct file *alloc_empty_file(int flags, const struct cred *cred) function
226 * Variant of alloc_empty_file() that doesn't check and modify nr_files.
252 * Variant of alloc_empty_file() that allocates a backing_file container
319 file = alloc_empty_file(flags, current_cred());
H A Dinternal.h96 struct file *alloc_empty_file(int flags, const struct cred *cred);
H A Dopen.c1101 f = alloc_empty_file(flags, cred);
1136 f = alloc_empty_file(flags, cred);
H A Dnamei.c3785 file = alloc_empty_file(op->open_flag, current_cred());

Completed in 142 milliseconds