Searched refs:NFS4_OK (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/nfs/
H A Dcallback_proc.c290 rv = NFS4_OK;
437 return cpu_to_be32(NFS4_OK);
620 status = cpu_to_be32(NFS4_OK);
665 status = htonl(NFS4_OK);
689 return htonl(NFS4_OK);
H A Dcallback_xdr.c63 return htonl(NFS4_OK);
H A Dnfs42proc.c185 int status = NFS4_OK;
H A Dnfs4state.c350 * Returns NFS4_OK, a negative errno, or a negative NFS4ERR status.
351 * If NFS4_OK is returned, an nfs_client pointer is planted in
363 if (status != NFS4_OK)
H A Dnfs4proc.c8171 if (status == NFS4_OK &&
8187 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
8304 if (status == NFS4_OK &&
8321 * Returns NFS4_OK if the FSID is present on this server,
H A Dnfs4xdr.c7558 { NFS4_OK, 0 },
/linux-master/include/trace/misc/
H A Dnfs.h93 TRACE_DEFINE_ENUM(NFS4_OK); variable
203 { NFS4_OK, "OK" }, \
/linux-master/include/linux/
H A Dnfs4.h172 NFS4_OK = 0, enumerator in enum:nfsstat4
/linux-master/fs/nfsd/
H A Dnfs4callback.c167 { NFS4_OK, 0 },
421 * case NFS4_OK:
820 * case NFS4_OK:

Completed in 303 milliseconds