Searched defs:f_op (Results 1 - 1 of 1) sorted by relevance

/fs/
H A Dselect.c454 const struct file_operations *f_op; local
455 f_op = f.file->f_op;
457 if (f_op->poll) {
460 mask = (*f_op->poll)(f.file, wait);
764 if (f.file->f_op->poll) {
767 mask = f.file->f_op->poll(f.file, pwait);

Completed in 14 milliseconds