Toggle navigation
/
Symbol
File
Text
Line
Symbol: fput
function
Declared as a prototype...
fs/file_table.c:468:1-468:1
: extern void fput(struct file *);
include/linux/file.h:17:1-17:31
: extern void fput(struct file *);
Defined...
fs/file_table.c:433:1-452:1
: void fput(struct file *file)