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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dread_write.c601 iov_fn_t fnv; local
621 fnv = NULL;
624 fnv = file->f_op->aio_read;
627 fnv = file->f_op->aio_write;
630 if (fnv)
632 pos, fnv);
H A Dcompat.c1038 iov_fn_t fnv; local
1111 fnv = NULL;
1114 fnv = file->f_op->aio_read;
1117 fnv = file->f_op->aio_write;
1120 if (fnv)
1122 pos, fnv);

Completed in 85 milliseconds