Searched refs:vrfy_dir (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.c562 #define vrfy_dir(type) ((type) == READ ? VERIFY_WRITE : VERIFY_READ) macro
620 if (unlikely(!access_ok(vrfy_dir(type), buf, len))) {
H A Dcompat.c575 #define vrfy_dir(type) ((type) == READ ? VERIFY_WRITE : VERIFY_READ) macro
632 if (!access_ok(vrfy_dir(type), compat_ptr(buf), len)) {

Completed in 168 milliseconds