Home
last modified time | relevance | path

Searched refs:nfs_check_flags (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/nfs/
Dfile.c59 static int nfs_check_flags(int flags);
81 .check_flags = nfs_check_flags,
108 static int nfs_check_flags(int flags) in nfs_check_flags() function
129 res = nfs_check_flags(filp->f_flags); in nfs_file_open()