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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dread_write.c641 iov_fn_t fnv; local
658 fnv = NULL;
661 fnv = file->f_op->aio_read;
664 fnv = file->f_op->aio_write;
667 if (fnv)
669 pos, fnv);
H A Dcompat.c1159 iov_fn_t fnv; local
1180 fnv = NULL;
1183 fnv = file->f_op->aio_read;
1186 fnv = file->f_op->aio_write;
1189 if (fnv)
1191 pos, fnv);

Completed in 118 milliseconds