Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dfile.c49 int nfs_check_flags(int flags) in nfs_check_flags()
56 EXPORT_SYMBOL_GPL(nfs_check_flags);
69 res = nfs_check_flags(filp->f_flags); in nfs_file_open()
902 .check_flags = nfs_check_flags,
48 int nfs_check_flags(int flags) nfs_check_flags() function
H A Dnfs4file.c49 err = nfs_check_flags(openflags); in nfs4_file_open()
459 .check_flags = nfs_check_flags,
H A Dinternal.h430 int nfs_check_flags(int);
H A Ddir.c2087 err = nfs_check_flags(open_flags); in nfs_atomic_open()