Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nfs/
Dnfs4state.c870 struct nfs4_lock_state *lsp; in nfs4_alloc_lock_state() local
873 lsp = kzalloc(sizeof(*lsp), GFP_KERNEL_ACCOUNT); in nfs4_alloc_lock_state()
874 if (lsp == NULL) in nfs4_alloc_lock_state()
876 nfs4_init_seqid_counter(&lsp->ls_seqid); in nfs4_alloc_lock_state()
877 refcount_set(&lsp->ls_count, 1); in nfs4_alloc_lock_state()
878 lsp->ls_state = state; in nfs4_alloc_lock_state()
879 lsp->ls_owner = fl_owner; in nfs4_alloc_lock_state()
880 lsp->ls_seqid.owner_id = ida_simple_get(&server->lockowner_id, in nfs4_alloc_lock_state()
882 if (lsp->ls_seqid.owner_id < 0) in nfs4_alloc_lock_state()
884 INIT_LIST_HEAD(&lsp->ls_locks); in nfs4_alloc_lock_state()
[all …]
Dnfs4proc.c1843 static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp, in nfs4_update_lock_stateid() argument
1846 struct nfs4_state *state = lsp->ls_state; in nfs4_update_lock_stateid()
1850 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid)) in nfs4_update_lock_stateid()
1852 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid)) in nfs4_update_lock_stateid()
1854 nfs4_stateid_copy(&lsp->ls_stateid, stateid); in nfs4_update_lock_stateid()
2288 struct nfs4_lock_state *lsp = fl->fl_u.nfs4_fl.owner; in nfs4_handle_delegation_recall_error() local
2289 if (lsp) in nfs4_handle_delegation_recall_error()
2290 set_bit(NFS_LOCK_LOST, &lsp->ls_flags); in nfs4_handle_delegation_recall_error()
2895 struct nfs4_lock_state *lsp, *prev = NULL; in nfs41_check_expired_locks() local
2902 list_for_each_entry(lsp, &state->lock_states, ls_locks) { in nfs41_check_expired_locks()
[all …]
Dnfs4_fs.h514 extern void nfs4_put_lock_state(struct nfs4_lock_state *lsp);
535 extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp);
Dnfs4trace.h970 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-5.19.10/fs/nfsd/
Dpnfs.h56 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
Dnfs4layouts.c268 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-5.19.10/drivers/infiniband/hw/cxgb4/
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-5.19.10/drivers/nvme/host/
Dnvme.h799 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi,
Dcore.c2875 int nvme_get_log(struct nvme_ctrl *ctrl, u32 nsid, u8 log_page, u8 lsp, u8 csi, in nvme_get_log() argument
2884 c.get_log_page.lsp = lsp; in nvme_get_log()
/linux-5.19.10/drivers/nvme/target/
Dadmin-cmd.c256 if (!(req->cmd->get_log_page.lsp & NVME_ANA_LOG_RGO)) { in nvmet_format_ana_group()
/linux-5.19.10/include/linux/
Dnvme.h1327 __u8 lsp; /* upper 4 bits reserved */ member