Home
last modified time | relevance | path

Searched refs:itp (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/llite/
Dnamei.c571 struct lookup_intent *itp, it = { .it_op = IT_GETATTR }; in ll_lookup_nd() local
583 itp = NULL; in ll_lookup_nd()
585 itp = ⁢ in ll_lookup_nd()
586 de = ll_lookup_it(parent, dentry, itp, 0); in ll_lookup_nd()
588 if (itp != NULL) in ll_lookup_nd()
589 ll_intent_release(itp); in ll_lookup_nd()
Dfile.c387 int lmmsize, struct lookup_intent *itp) in ll_intent_file_open() argument
409 itp->it_flags |= MDS_OPEN_LOCK; in ll_intent_file_open()
410 if (itp->it_flags & FMODE_WRITE) in ll_intent_file_open()
420 itp->it_flags |= MDS_OPEN_BY_FID; in ll_intent_file_open()
421 rc = md_intent_lock(sbi->ll_md_exp, op_data, lmm, lmmsize, itp, in ll_intent_file_open()
428 if (!it_disposition(itp, DISP_OPEN_OPEN) || in ll_intent_file_open()
429 it_open_error(DISP_OPEN_OPEN, itp)) in ll_intent_file_open()
431 ll_release_openhandle(inode, itp); in ll_intent_file_open()
435 if (it_disposition(itp, DISP_LOOKUP_NEG)) { in ll_intent_file_open()
440 if (rc != 0 || it_open_error(DISP_OPEN_OPEN, itp)) { in ll_intent_file_open()
[all …]
/drivers/scsi/cxgbi/
Dlibcxgbi.c2599 cls_session = iscsi_session_setup(chba->cdev->itp, shost, in cxgbi_create_session()
2835 int cxgbi_iscsi_init(struct iscsi_transport *itp, in cxgbi_iscsi_init() argument
2838 *stt = iscsi_register_transport(itp); in cxgbi_iscsi_init()
2841 itp->name, itp); in cxgbi_iscsi_init()
2846 itp->name, stt); in cxgbi_iscsi_init()
2851 void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, in cxgbi_iscsi_cleanup() argument
2857 itp, itp->name, *stt); in cxgbi_iscsi_cleanup()
2859 iscsi_unregister_transport(itp); in cxgbi_iscsi_cleanup()
Dlibcxgbi.h542 struct iscsi_transport *itp; member
/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1329 cdev->itp = &cxgb3i_iscsi_transport; in cxgb3i_dev_open()
/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1789 cdev->itp = &cxgb4i_iscsi_transport; in t4_uld_add()