Searched refs:NMFLAG (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c2255 if (NMFLAG(nmp, NONAMEDATTR) || !strcmp(fspath.np_components[comp], ".zfs"))
2393 numops = NMFLAG(nmp, NONAMEDATTR) ? 2 : 3; // PUTFH + GETATTR + OPENATTR
2404 if (NMFLAG(nmp, NONAMEDATTR) || ((fspath.np_compcount > 0) && !strcmp(fspath.np_components[fspath.np_compcount-1], ".zfs")))
2407 if (!NMFLAG(nmp, NONAMEDATTR)) {
2427 if (!NMFLAG(nmp, NONAMEDATTR)) {
2440 if (NMFLAG(nmp, NOACL)) /* make sure ACL support is turned off */
2442 if (NMFLAG(nmp, ACLONLY) && !(nmp->nm_fsattr.nfsa_flags & NFS_FSFLAG_ACL))
2512 int error = 0, savederror = 0, slpflag = (NMFLAG(nmp, INTR) ? PCATCH : 0);
2588 slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
3083 if (NMFLAG(nm
[all...]
H A Dnfs_socket.c590 timeo.tv_sec = (NMFLAG(nmp, SOFT) || nfs_can_squish(nmp)) ? 5 : 60;
611 if (!NMFLAG(nmp, INTR))
734 ((nss->nss_protocol == NFS_PROG) && NMFLAG(nmp, RESVPORT)), &nso);
759 if ((nso->nso_sotype != SOCK_STREAM) && NMFLAG(nmp, NOCONNECT)) {
1153 NFS_PROG, nfsvers, NMFLAG(nmp, RESVPORT), &nsonfs);
1371 if (!NMFLAG(nmp, NOCALLBACK))
1826 (nmp->nm_state & NFSSTA_MOUNTED) && NMFLAG(nmp, CALLUMNT) &&
2823 if (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR))
2847 if (NMFLAG(nmp, SOFT) && (nmp->nm_reconnect_start > 0)) {
2896 slpflag = (NMFLAG(nm
[all...]
H A Dnfsmount.h347 #define NMFLAG(NMP, F) NFS_BITMAP_ISSET((NMP)->nm_flags, NFS_MFLAG_ ## F) macro
H A Dnfs_lock.c435 interruptable = NMFLAG(nmp, INTR);
533 interruptable = NMFLAG(nmp, INTR);
563 interruptable = NMFLAG(nmp, INTR);
H A Dnfsm_subs.h348 if (NMFLAG((NMP), NFC)) \
479 if (NMFLAG((NMP), ACLONLY)) \
H A Dnfs4_vnops.c743 rdirplus = (NMFLAG(nmp, RDIRPLUS) || namedattr) ? 1 : 0;
1409 if (NMFLAG(nmp, ACLONLY) || !NFS_BITMAP_ISSET(nva.nva_bitmap, NFS_FATTR_MODE))
1599 if ((setattr_error == EINVAL) && VATTR_IS_ACTIVE(vap, va_acl) && VATTR_IS_ACTIVE(vap, va_mode) && !NMFLAG(nmp, ACLONLY)) {
1623 int error = 0, slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
1648 int error = 0, slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
1764 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
1907 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
2088 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
3060 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
3580 slpflag = NMFLAG(nm
[all...]
H A Dnfs_gss.c432 slpflag |= (NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) ? PCATCH : 0;
1154 slpflag = (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) ? PCATCH : 0;
1170 if (NMFLAG(nmp, SOFT) && (retries > nmp->nm_retry)) {
H A Dnfs_vnops.c2036 negnamecache = !NMFLAG(nmp, NONEGNAMECACHE);
2051 if ((nfsvers > NFS_VER2) && NMFLAG(nmp, RDIRPLUS)) {
5339 if (nmp && (nmp->nm_vers > NFS_VER2) && NMFLAG(nmp, RDIRPLUS))
5371 rdirplus = ((nfsvers > NFS_VER2) && NMFLAG(nmp, RDIRPLUS)) ? 1 : 0;
5911 if (!nmp || NMFLAG(nmp, NONEGNAMECACHE))
5932 if (nmp && (nmp->nm_vers > NFS_VER2) && NMFLAG(nmp, RDIRPLUS)) {
H A Dnfs_bio.c2238 int error = 0, slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
3259 if (NMFLAG(nmp, INTR))
3628 if (nmp && !NMFLAG(nmp, INTR))
H A Dnfs4_subs.c248 if (!NMFLAG(nmp, NOCALLBACK) && nmp->nm_cbid && nfs4_cb_port &&
801 if (VATTR_IS_ACTIVE(vap, va_mode) && !NMFLAG(nmp, ACLONLY))

Completed in 124 milliseconds