Searched refs:cns (Results 1 – 9 of 9) sorted by relevance
123 local cns="${2}"132 printf "\nnetns %s (connector) socket stat for %d:\n" "${cns}" "${port}"133 ip netns exec "${cns}" ss -Menitam -o "dport = :${port}"134 [ "${lns}" != "${cns}" ] && mptcp_lib_pr_nstat "${cns}"
2374 u32 cns; in current_time() local2382 cns = smp_load_acquire(&inode->i_ctime_nsec); in current_time()2383 if (cns & I_CTIME_QUERIED) { in current_time()2388 if (now.tv_nsec == (cns & ~I_CTIME_QUERIED)) in current_time()2835 u32 cns, cur; in inode_set_ctime_current() local2851 cns = smp_load_acquire(&inode->i_ctime_nsec); in inode_set_ctime_current()2852 if (cns & I_CTIME_QUERIED) { in inode_set_ctime_current()2854 .tv_nsec = cns & ~I_CTIME_QUERIED }; in inode_set_ctime_current()2865 if (cns == now.tv_nsec && inode->i_ctime_sec == now.tv_sec) { in inode_set_ctime_current()2869 cur = cns; in inode_set_ctime_current()[all …]
21 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_set_max_append()73 c.identify.cns = NVME_ID_CNS_CS_NS; in nvme_query_zone_info()
1437 static bool nvme_id_cns_ok(struct nvme_ctrl *ctrl, u8 cns) in nvme_id_cns_ok() argument1455 return cns <= 3; in nvme_id_cns_ok()1460 return cns <= 1; in nvme_id_cns_ok()1470 c.identify.cns = NVME_ID_CNS_CTRL; in nvme_identify_ctrl()1552 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST; in nvme_identify_ns_descs()1600 c.identify.cns = NVME_ID_CNS_NS; in nvme_identify_ns()1662 .identify.cns = NVME_ID_CNS_NS_CS_INDEP, in nvme_ns_info_from_id_cs_indep()1920 .identify.cns = NVME_ID_CNS_CS_NS, in nvme_identify_ns_nvm()3382 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_init_non_mdts_limits()4414 .identify.cns = NVME_ID_CNS_NS_ACTIVE_LIST, in nvme_scan_ns_list()
45 switch (c->identify.cns) { in nvme_cmd_allowed()
260 if (req->cmd->identify.cns != NVME_ID_CNS_CTRL) { in nvmet_execute_disc_identify()261 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_disc_identify()
227 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work()544 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
1107 switch (req->cmd->identify.cns) { in nvmet_execute_identify()1158 req->cmd->identify.cns, req->sq->qid); in nvmet_execute_identify()1159 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
1450 __u8 cns; member