OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_NFSV2
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdkrpc.c
135
nd.nd_flag =
ND_NFSV2
;
345
if ((nd->nd_flag &
ND_NFSV2
) && nd->nd_nam2 != NULL &&
nfs_nfsdserv.c
454
if (nd->nd_flag & (
ND_NFSV2
| ND_NFSV3)) {
577
if (nd->nd_flag &
ND_NFSV2
) {
608
if (nd->nd_flag &
ND_NFSV2
)
655
if (nd->nd_flag &
ND_NFSV2
) {
763
if (nd->nd_flag &
ND_NFSV2
) {
817
if (nd->nd_flag &
ND_NFSV2
) {
1006
if (nd->nd_flag &
ND_NFSV2
) {
1063
if (nd->nd_flag &
ND_NFSV2
) {
1080
if (!(nd->nd_flag &
ND_NFSV2
)) {
1114
if (nd->nd_flag &
ND_NFSV2
) {
[
all
...]
nfs_nfsdport.c
1043
if (nd->nd_flag &
ND_NFSV2
) {
1148
error = (ndflag &
ND_NFSV2
) ? EISDIR : EEXIST;
1151
error = (ndflag &
ND_NFSV2
) ? ENOTDIR : EEXIST;
1155
error = (ndflag &
ND_NFSV2
) ? ENOTEMPTY : EXDEV;
1174
error = (ndflag &
ND_NFSV2
) ? ENOTEMPTY : EXDEV;
1178
error = (ndflag &
ND_NFSV2
) ? ENOTEMPTY : EXDEV;
1182
error = (ndflag &
ND_NFSV2
) ? ENOTEMPTY : EINVAL;
1592
if (nd->nd_flag &
ND_NFSV2
) {
1625
if (nd->nd_flag &
ND_NFSV2
)
1691
if (nd->nd_flag &
ND_NFSV2
) {
[
all
...]
nfs_nfsdcache.c
514
if ((nd->nd_flag &
ND_NFSV2
) &&
nfs_nfsdsocket.c
541
if (nd->nd_repstat && (nd->nd_flag &
ND_NFSV2
)) {
nfs_nfsdsubs.c
1480
if ((nd->nd_flag &
ND_NFSV2
) && nfs_pubfhset &&
/src/sys/fs/nfs/client/
nfs_clcomsubs.c
152
nd->nd_flag =
ND_NFSV2
| ND_NFSCL;
nfs_clport.c
834
switch (nd->nd_flag & (
ND_NFSV2
| ND_NFSV3 | ND_NFSV4)) {
835
case
ND_NFSV2
:
nfs_clrpcops.c
1435
if (nd->nd_flag &
ND_NFSV2
) {
1453
} else if (!nd->nd_repstat && (nd->nd_flag &
ND_NFSV2
)) {
1477
if (!(nd->nd_flag &
ND_NFSV2
)) {
1730
if (nd->nd_flag & (
ND_NFSV2
| ND_NFSV4)) {
1806
if (nd->nd_flag &
ND_NFSV2
)
2524
if (nd->nd_flag &
ND_NFSV2
)
2879
if (nd->nd_flag &
ND_NFSV2
) {
2910
if (!(nd->nd_flag &
ND_NFSV2
)) {
/src/sys/fs/nfs/common/
nfs.h
616
#define
ND_NFSV2
0x00000004
nfs_commonkrpc.c
655
if ((nd->nd_flag &
ND_NFSV2
) != 0) {
nfs_commonsubs.c
492
switch (nd->nd_flag & (
ND_NFSV2
| ND_NFSV3 | ND_NFSV4)) {
493
case
ND_NFSV2
:
Completed in 29 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025