Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs4_subs.c1232 if (error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_FAILED_MAPPINGS)) { in nfs4_mapid_log()
1235 if (!error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_SUCCESSFUL_MAPPINGS)) { in nfs4_mapid_log()
1295 if (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_SUCCESSFUL_MAPPINGS) { in nfs4_map_domain()
1365 if (nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) { in nfs4_id2guid()
1458 if (error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_FAILED_MAPPINGS)) { in nfs4_mapguid_log()
1468 if (!error && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_SUCCESSFUL_MAPPINGS)) { in nfs4_mapguid_log()
1551 if (!error && nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_SUCCESSFUL_MAPPINGS) { in nfs4_addv4domain()
1563 if (!(nfs_idmap_ctrl & NFS_IDMAP_CTRL_FALLBACK_NO_COMMON_IDS)) { in nfs4_fallback_id()
1620 if (nfs_idmap_ctrl & NFS_IDMAP_CTRL_USE_IDMAP_SERVICE) { in nfs4_guid2id()
1959 if (error2 && (nfs_idmap_ctrl & NFS_IDMAP_CTRL_LOG_FAILED_MAPPINGS)) { in nfs4_parsefattr()
[all …]
H A Dnfs.h1089 extern int nfs_idmap_ctrl, nfs_callback_port, nfs_split_open_owner;
H A Dnfs_syscalls.c176 …vfs_generic_nfs_client, OID_AUTO, idmap_ctrl, CTLFLAG_RW | CTLFLAG_LOCKED, &nfs_idmap_ctrl, 0, "");
H A Dnfs_vfsops.c180 int nfs_idmap_ctrl = NFS_IDMAP_CTRL_USE_IDMAP_SERVICE; variable