Searched refs:swap_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dread.c166 int swap_flags = IS_SWAPFILE(inode) ? NFS_RPC_SWAPFLAGS : 0; local
180 .flags = RPC_TASK_ASYNC | swap_flags,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dswapfile.c1806 SYSCALL_DEFINE2(swapon, const char __user *, specialfile, int, swap_flags)
2050 if (discard_swap(p) == 0 && (swap_flags & SWAP_FLAG_DISCARD))
2056 if (swap_flags & SWAP_FLAG_PREFER)
2058 (swap_flags & SWAP_FLAG_PRIO_MASK) >> SWAP_FLAG_PRIO_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsyscalls.h692 asmlinkage long sys_swapon(const char __user *specialfile, int swap_flags);

Completed in 334 milliseconds