Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dfile.c51 int nfs_check_flags(int flags) in nfs_check_flags() function
58 EXPORT_SYMBOL_GPL(nfs_check_flags);
71 res = nfs_check_flags(filp->f_flags); in nfs_file_open()
944 .check_flags = nfs_check_flags,
Dnfs4file.c187 .check_flags = nfs_check_flags,
Dinternal.h355 int nfs_check_flags(int);
Ddir.c1502 err = nfs_check_flags(open_flags); in nfs_atomic_open()