Home
last modified time | relevance | path

Searched refs:cns (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/
H A Dinode.c2251 u32 cns; in current_time() local
2259 cns = smp_load_acquire(&inode->i_ctime_nsec); in current_time()
2260 if (cns & I_CTIME_QUERIED) { in current_time()
2265 if (now.tv_nsec == (cns & ~I_CTIME_QUERIED)) in current_time()
2724 u32 cns, cur; in inode_set_ctime_current() local
2740 cns = smp_load_acquire(&inode->i_ctime_nsec); in inode_set_ctime_current()
2741 if (cns & I_CTIME_QUERIED) { in inode_set_ctime_current()
2743 .tv_nsec = cns & ~I_CTIME_QUERIED }; in inode_set_ctime_current()
2758 cur = cns; in inode_set_ctime_current()
2773 if (!(cns & I_CTIME_QUERIED) && (cns | I_CTIME_QUERIED) == cur) { in inode_set_ctime_current()
[all …]
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh113 local cns="${2}"
124 printf "\nnetns %s (connector) socket stat for %d:\n" "${cns}" "${port}"
125 ip netns exec "${cns}" ss -Menitam -o "dport = :${port}"
/linux-6.15/drivers/nvme/host/
H A Dzns.c21 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()
H A Dtrace.c66 u8 cns = cdw10[0]; in nvme_trace_admin_identify() local
69 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvme_trace_admin_identify()
H A Dcore.c1412 static bool nvme_id_cns_ok(struct nvme_ctrl *ctrl, u8 cns) in nvme_id_cns_ok() argument
1430 return cns <= 3; in nvme_id_cns_ok()
1435 return cns <= 1; in nvme_id_cns_ok()
1445 c.identify.cns = NVME_ID_CNS_CTRL; in nvme_identify_ctrl()
1527 c.identify.cns = NVME_ID_CNS_NS_DESC_LIST; in nvme_identify_ns_descs()
1575 c.identify.cns = NVME_ID_CNS_NS; in nvme_identify_ns()
1636 .identify.cns = NVME_ID_CNS_NS_CS_INDEP, in nvme_ns_info_from_id_cs_indep()
1890 .identify.cns = NVME_ID_CNS_CS_NS, in nvme_identify_ns_nvm()
3197 c.identify.cns = NVME_ID_CNS_CS_CTRL; in nvme_init_non_mdts_limits()
4205 .identify.cns = NVME_ID_CNS_NS_ACTIVE_LIST, in nvme_scan_ns_list()
H A Dioctl.c45 switch (c->identify.cns) { in nvme_cmd_allowed()
/linux-6.15/drivers/nvme/target/
H A Dtrace.c13 u8 cns = cdw10[0]; in nvmet_trace_admin_identify() local
16 trace_seq_printf(p, "cns=%u, ctrlid=%u", cns, ctrlid); in nvmet_trace_admin_identify()
H A Ddiscovery.c260 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()
H A Dpassthru.c227 switch (req->cmd->identify.cns) { in nvmet_passthru_execute_cmd_work()
541 switch (req->cmd->identify.cns) { in nvmet_parse_passthru_admin_cmd()
H A Dadmin-cmd.c1117 switch (req->cmd->identify.cns) { in nvmet_execute_identify()
1168 req->cmd->identify.cns, req->sq->qid); in nvmet_execute_identify()
1169 req->error_loc = offsetof(struct nvme_identify, cns); in nvmet_execute_identify()
/linux-6.15/include/linux/
H A Dnvme.h1374 __u8 cns; member