Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs4state.c870 lsp = kzalloc(sizeof(*lsp), GFP_KERNEL_ACCOUNT); in nfs4_alloc_lock_state()
871 if (lsp == NULL) in nfs4_alloc_lock_state()
879 return lsp; in nfs4_alloc_lock_state()
885 kfree(lsp); in nfs4_free_lock_state()
900 if (lsp != NULL) in nfs4_get_lock_state()
905 lsp = new; in nfs4_get_lock_state()
917 return lsp; in nfs4_get_lock_state()
929 if (lsp == NULL) in nfs4_put_lock_state()
972 if (lsp == NULL) in nfs4_set_lock_state()
998 if (lsp && test_bit(NFS_LOCK_LOST, &lsp->ls_flags)) in nfs4_copy_lock_stateid()
[all …]
H A Dnfs4proc.c2398 if (lsp) in nfs4_handle_delegation_recall_error()
3025 prev = lsp; in nfs41_check_expired_locks()
3028 &lsp->ls_stateid, in nfs41_check_expired_locks()
7102 p->lsp = lsp; in nfs4_alloc_unlockdata()
7151 calldata->lsp)) in nfs4_locku_done()
7156 calldata->lsp)) in nfs4_locku_done()
7286 lsp, seqid); in nfs4_proc_unlck()
7336 p->lsp = lsp; in nfs4_alloc_lockdata()
7393 struct nfs4_lock_state *lsp = data->lsp; in nfs4_lock_done() local
7418 lsp->ls_state)) in nfs4_lock_done()
[all …]
H A Dnfs4_fs.h516 extern void nfs4_put_lock_state(struct nfs4_lock_state *lsp);
537 extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp);
H A Dnfs4trace.h1002 const struct nfs4_lock_state *lsp,
1006 TP_ARGS(state, lsp, error),
1046 const struct nfs4_lock_state *lsp, \
1049 TP_ARGS(state, lsp, error))
/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Drestrack.c139 struct t4_swsqe *fsp = NULL, *lsp = NULL; in c4iw_fill_res_qp_entry() local
168 lsp = &last_sqe; in c4iw_fill_res_qp_entry()
176 if (fill_swsqes(msg, &wq.sq, first_sq_idx, fsp, last_sq_idx, lsp)) in c4iw_fill_res_qp_entry()
/linux-6.15/fs/nfsd/
H A Dpnfs.h57 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
H A Dnfs4layouts.c282 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) in nfsd4_preprocess_layout_stateid() argument
322 *lsp = ls; in nfsd4_preprocess_layout_stateid()
/linux-6.15/drivers/nvme/host/
H A Dnvme.h910 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi,
H A Dcore.c3111 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi, in nvme_get_log() argument
3120 c.get_log_page.lsp = lsp; in nvme_get_log()
/linux-6.15/include/linux/
H A Dnvme.h1483 __u8 lsp; /* upper 4 bits reserved */ member
/linux-6.15/drivers/nvme/target/
H A Dadmin-cmd.c485 if (!(req->cmd->get_log_page.lsp & NVME_ANA_LOG_RGO)) { in nvmet_format_ana_group()