Home
last modified time | relevance | path

Searched refs:rln (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c1117 struct csio_lnode *rln = hw->rln; in csio_lns_uninit() local
1135 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_uninit()
1295 struct csio_lnode *rln = hw->rln; in csio_lns_offline() local
1313 list_add_tail(&ln->fcfinfo->list, &rln->fcf_lsthead); in csio_lns_offline()
2143 hw->rln = NULL; in csio_lnode_exit()
2145 hw->rln = (struct csio_lnode *)csio_list_next(&hw->sln_head); in csio_lnode_exit()
H A Dcsio_lnode.h192 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln)
H A Dcsio_init.c637 if (!hw->rln) in csio_shost_init()
638 hw->rln = ln; in csio_shost_init()
H A Dcsio_hw.h482 struct csio_lnode *rln; /* Root lnode */ member
/linux/fs/ntfs/
H A Dattrib.c4193 struct runlist_element *rl, *rln; in ntfs_non_resident_attr_expand() local
4345 rln = ntfs_runlists_merge(&ni->runlist, rl, 0, &new_rl_count); in ntfs_non_resident_attr_expand()
4346 if (IS_ERR(rln)) { in ntfs_non_resident_attr_expand()
4353 ni->runlist.rl = rln; in ntfs_non_resident_attr_expand()