Searched refs:lsp (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/nfs/ |
| A D | nfs4state.c | 872 lsp = kzalloc(sizeof(*lsp), GFP_NOFS); in nfs4_alloc_lock_state() 873 if (lsp == NULL) in nfs4_alloc_lock_state() 883 return lsp; in nfs4_alloc_lock_state() 885 kfree(lsp); in nfs4_alloc_lock_state() 893 kfree(lsp); in nfs4_free_lock_state() 913 lsp = new; in nfs4_get_lock_state() 925 return lsp; in nfs4_get_lock_state() 937 if (lsp == NULL) in nfs4_put_lock_state() 980 if (lsp == NULL) in nfs4_set_lock_state() 1006 if (lsp && test_bit(NFS_LOCK_LOST, &lsp->ls_flags)) in nfs4_copy_lock_stateid() [all …]
|
| A D | nfs4proc.c | 2293 if (lsp) in nfs4_handle_delegation_recall_error() 2915 prev = lsp; in nfs41_check_expired_locks() 2918 &lsp->ls_stateid, in nfs41_check_expired_locks() 6695 p->lsp = lsp; in nfs4_alloc_unlockdata() 6745 calldata->lsp)) in nfs4_locku_done() 6750 calldata->lsp)) in nfs4_locku_done() 6929 p->lsp = lsp; in nfs4_alloc_lockdata() 6961 &data->lsp->ls_stateid); in nfs4_lock_prepare() 6986 struct nfs4_lock_state *lsp = data->lsp; in nfs4_lock_done() local 7017 &lsp->ls_stateid)) in nfs4_lock_done() [all …]
|
| A D | nfs4_fs.h | 509 extern void nfs4_put_lock_state(struct nfs4_lock_state *lsp); 530 extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp);
|
| A D | nfs4trace.h | 970 const struct nfs4_lock_state *lsp, 974 TP_ARGS(state, lsp, error), 1014 const struct nfs4_lock_state *lsp, \ 1017 TP_ARGS(state, lsp, error))
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| A D | restrack.c | 139 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/fs/nfsd/ |
| A D | pnfs.h | 56 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
|
| A D | nfs4layouts.c | 268 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) in nfsd4_preprocess_layout_stateid() argument 308 *lsp = ls; in nfsd4_preprocess_layout_stateid()
|
| /linux/drivers/nvme/host/ |
| A D | nvme.h | 734 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi,
|
| A D | core.c | 2819 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi, in nvme_get_log() argument 2828 c.get_log_page.lsp = lsp; in nvme_get_log()
|
| /linux/drivers/nvme/target/ |
| A D | admin-cmd.c | 256 if (!(req->cmd->get_log_page.lsp & NVME_ANA_LOG_RGO)) { in nvmet_format_ana_group()
|
| /linux/include/linux/ |
| A D | nvme.h | 1236 __u8 lsp; /* upper 4 bits reserved */ member
|
Completed in 57 milliseconds