Searched refs:nfs_idmap_ctrl (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_subs.c1030 compare = ((nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) &&
1031 (nfs_idmap_ctrl & NFS_IDMAP_CTRL_COMPARE_RESULTS));
1032 unknown = (nfs_idmap_ctrl & NFS_IDMAP_CTRL_UNKNOWN_IS_99) ? 99 : -2;
1058 if (nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) {
1069 if (error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_FAILED_MAPPINGS))
1071 if (!error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_SUCCESSFUL_MAPPINGS))
1081 if (error || compare || !(nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE)) {
1087 if (!(nfs_idmap_ctrl & NFS_IDMAP_CTRL_FALLBACK_NO_WELLKNOWN_IDS) && at && !at[1]) {
1139 if (!(nfs_idmap_ctrl & NFS_IDMAP_CTRL_FALLBACK_NO_COMMON_IDS) && at) {
1152 } else if (!(nfs_idmap_ctrl
[all...]
H A Dnfs.h972 extern int nfs_idmap_ctrl, nfs_callback_port;
977 /* bits for nfs_idmap_ctrl: */
H A Dnfs_syscalls.c167 SYSCTL_INT(_vfs_generic_nfs_client, OID_AUTO, idmap_ctrl, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_idmap_ctrl, 0, "");
H A Dnfs_vfsops.c172 int nfs_idmap_ctrl = NFS_IDMAP_CTRL_USE_IDMAP_SERVICE; variable

Completed in 40 milliseconds