Searched refs:NFSERR_NOTSUPP (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsubs.c | 185 NFSERR_NOTSUPP, 232 NFSERR_NOTSUPP, 250 NFSERR_NOTSUPP, 268 NFSERR_NOTSUPP, 286 NFSERR_NOTSUPP, 321 NFSERR_NOTSUPP, 345 NFSERR_NOTSUPP, 366 NFSERR_NOTSUPP, 394 NFSERR_NOTSUPP, 563 NFSERR_NOTSUPP, [all …]
|
H A D | nfs_nfsdserv.c | 2167 error = NFSERR_NOTSUPP; in nfsrvd_commit() 3500 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_openconfirm() 3663 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_renew() 3992 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_setclientid() 4145 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_setclientidcfrm() 4220 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_openattr() 4241 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_releaselckown() 4411 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_exchangeid() 4706 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_bindconnsess() 5401 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrvd_allocate() [all …]
|
H A D | nfs_nfsdport.c | 1246 error = NFSERR_NOTSUPP; in nfsvno_createsub() 1929 nd->nd_repstat = NFSERR_NOTSUPP; in nfsvno_open()
|
H A D | nfs_nfsdstate.c | 6534 error = NFSERR_NOTSUPP; in nfsrv_bindconnsess()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvnops.c | 1808 error == NFSERR_NOTSUPP) { in nfs_create() 3619 if (error == NFSERR_NOTSUPP) { in nfs_advise() 3677 } else if (error == NFSERR_NOTSUPP) { in nfs_allocate() 3768 } else if (error == NFSERR_NOTSUPP) { in nfs_deallocate() 4028 if (error == NFSERR_NOTSUPP || error == NFSERR_OFFLOADNOREQS || in nfs_copy_file_range() 4168 case NFSERR_NOTSUPP: in nfs_getextattr() 4225 case NFSERR_NOTSUPP: in nfs_setextattr() 4298 case NFSERR_NOTSUPP: in nfs_listextattr() 4348 case NFSERR_NOTSUPP: in nfs_deleteextattr() 4498 if (error == NFSERR_NOTSUPP) in nfs_pathconf()
|
H A D | nfs_clbio.c | 1631 if (error == NFSERR_NOTSUPP) in ncl_doio()
|
H A D | nfs_clstate.c | 3766 error = NFSERR_NOTSUPP; in nfscl_docb() 4016 error = NFSERR_NOTSUPP; in nfscl_docb() 5904 if (error == NFSERR_NOTSUPP) { in nfscl_dolayoutcommit()
|
H A D | nfs_clrpcops.c | 1173 error == NFSERR_NOTSUPP) in nfsrpc_setclient() 9003 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrpc_copyrpc() 9014 * by returning this error. Otherwise, return NFSERR_NOTSUPP, in nfsrpc_copyrpc() 9020 nd->nd_repstat = NFSERR_NOTSUPP; in nfsrpc_copyrpc()
|
/freebsd/contrib/tcpdump/ |
H A D | nfs.h | 92 #define NFSERR_NOTSUPP 10004 macro
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 91 #define NFSERR_NOTSUPP 10004 macro
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 129 #define NFSERR_NOTSUPP 10004 macro
|