OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_NFSV3
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
155
if (nd->nd_flag &
ND_NFSV3
) {
338
if (nd->nd_flag &
ND_NFSV3
) {
454
if (nd->nd_flag & (ND_NFSV2 |
ND_NFSV3
)) {
463
if (nd->nd_flag &
ND_NFSV3
)
538
if (nd->nd_flag &
ND_NFSV3
)
543
if (nd->nd_flag &
ND_NFSV3
)
567
if (nd->nd_flag &
ND_NFSV3
)
573
if (nd->nd_flag &
ND_NFSV3
)
580
} else if (nd->nd_flag &
ND_NFSV3
) {
616
if (nd->nd_flag &
ND_NFSV3
)
[
all
...]
nfs_nfsdport.c
1030
if ((nd->nd_flag &
ND_NFSV3
) &&
1608
if (nd->nd_flag &
ND_NFSV3
) {
1637
if (nd->nd_flag &
ND_NFSV3
)
1667
if (nd->nd_flag &
ND_NFSV3
) {
1681
if (nd->nd_flag &
ND_NFSV3
)
1743
if (nd->nd_flag &
ND_NFSV3
) {
1757
if (nd->nd_flag &
ND_NFSV3
)
1770
if (nd->nd_flag &
ND_NFSV3
) {
1780
if (nd->nd_flag &
ND_NFSV3
) {
1913
if (nd->nd_flag &
ND_NFSV3
)
[
all
...]
nfs_nfsdsubs.c
1387
if (nd->nd_flag &
ND_NFSV3
)
1399
if (nd->nd_flag &
ND_NFSV3
) {
1444
if (nd->nd_flag & (
ND_NFSV3
| ND_NFSV4)) {
1447
if (len == 0 && nfs_pubfhset && (nd->nd_flag &
ND_NFSV3
) &&
1508
if (nd->nd_flag & (
ND_NFSV3
| ND_NFSV4)) {
1511
if (nd->nd_flag &
ND_NFSV3
)
nfs_nfsdkrpc.c
143
nd.nd_flag =
ND_NFSV3
;
nfs_nfsdcache.c
344
else if (nd->nd_flag &
ND_NFSV3
)
nfs_nfsdsocket.c
493
if ((nd->nd_flag &
ND_NFSV3
) && nfsrv_mallocmget_limit()) {
/src/sys/fs/nfs/client/
nfs_clcomsubs.c
150
nd->nd_flag =
ND_NFSV3
| ND_NFSCL;
347
} else if (nd->nd_flag &
ND_NFSV3
) {
468
if (nd->nd_flag &
ND_NFSV3
) {
485
} else if (nd->nd_flag &
ND_NFSV3
) {
nfs_clrpcops.c
228
if (nd->nd_flag &
ND_NFSV3
) {
1042
} else if (nd->nd_flag &
ND_NFSV3
) {
1160
if (nd->nd_flag &
ND_NFSV3
) {
1172
if (nd->nd_flag & (
ND_NFSV3
| ND_NFSV4))
1176
if (!(nd->nd_flag &
ND_NFSV3
) && !nd->nd_repstat && !error)
1253
if (nd->nd_flag &
ND_NFSV3
)
1278
if ((nd->nd_flag &
ND_NFSV3
) && !error)
1314
if (nd->nd_flag &
ND_NFSV3
)
1451
if (nd->nd_flag &
ND_NFSV3
) {
1463
if (nd->nd_flag &
ND_NFSV3
) {
[
all
...]
nfs_clport.c
738
if (nd->nd_flag &
ND_NFSV3
) {
793
if (nd->nd_flag &
ND_NFSV3
) {
834
switch (nd->nd_flag & (ND_NFSV2 |
ND_NFSV3
| ND_NFSV4)) {
860
case
ND_NFSV3
:
953
else if (nd->nd_flag &
ND_NFSV3
)
/src/sys/nfs/
nfsm_subs.h
443
if (error && !(nfsd->nd_flag &
ND_NFSV3
)) \
452
if (error && (!(nfsd->nd_flag &
ND_NFSV3
) || \
482
if (nfsd->nd_flag &
ND_NFSV3
) { \
nfs_serv.c
254
nfsm_reply(NFSX_FATTR(nfsd->nd_flag &
ND_NFSV3
));
257
nfsm_build(fp, struct nfs_fattr *, NFSX_FATTR(nfsd->nd_flag &
ND_NFSV3
));
281
int v3 = (nfsd->nd_flag &
ND_NFSV3
), gcheck = 0;
410
int v3 = (nfsd->nd_flag &
ND_NFSV3
), pubflag;
538
int v3 = (nfsd->nd_flag &
ND_NFSV3
);
635
int v3 = (nfsd->nd_flag &
ND_NFSV3
);
864
int v3 = (nfsd->nd_flag &
ND_NFSV3
);
1092
v3 = (nfsd->nd_flag &
ND_NFSV3
);
1224
v3 = (nfsd->nd_flag &
ND_NFSV3
);
1436
int v3 = (nfsd->nd_flag &
ND_NFSV3
), how, exclusive_flag = 0
[
all
...]
nfs.h
156
(((n)->nd_flag &
ND_NFSV3
) ? (((n)->nd_nam2) ? \
551
#define
ND_NFSV3
0x08
nfs_srvcache.c
360
if ((nd->nd_flag &
ND_NFSV3
) == 0 &&
nfs_syscalls.c
774
(!(nd->nd_flag &
ND_NFSV3
) &&
1080
if (nd->nd_flag &
ND_NFSV3
)
nfs_socket.c
1055
nd->nd_flag =
ND_NFSV3
;
1065
if ((nd->nd_flag &
ND_NFSV3
) == 0)
nfs_subs.c
1683
if (nfsd->nd_flag &
ND_NFSV3
) {
2006
if (nd->nd_flag &
ND_NFSV3
) {
/src/sys/fs/nfs/common/
nfs.h
159
(((n)->nd_flag & (
ND_NFSV3
| ND_NFSV4)) ? \
617
#define
ND_NFSV3
0x00000008
nfs_commonkrpc.c
679
} else if (nd->nd_flag &
ND_NFSV3
) {
995
} else if (nd->nd_flag &
ND_NFSV3
) {
nfs_commonsubs.c
492
switch (nd->nd_flag & (ND_NFSV2 |
ND_NFSV3
| ND_NFSV4)) {
502
case
ND_NFSV3
:
670
if (nd->nd_flag & (
ND_NFSV3
| ND_NFSV4)) {
Completed in 52 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025