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

/linux-master/fs/
H A Dfile_table.c182 * and a warning at __fput() time.
396 static void __fput(struct file *file) function
445 __fput(f);
450 __fput(container_of(work, struct file, f_task_work));
457 * not left us with opened struct file waiting for __fput() - execve()
499 * risking deadlocks), need to wait for completion of __fput() and know
507 __fput(file);

Completed in 89 milliseconds