Searched refs:mi_rnodes (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_rnode.c | 991 list_insert_tail(&mi->mi_rnodes, rp); in rp4_addhash() 1018 list_remove(&mi->mi_rnodes, rp); in rp4_rmhash_locked() 1136 for (rp = list_head(&mi->mi_rnodes); rp != NULL; in check_rtable4() 1137 rp = list_next(&mi->mi_rnodes, rp)) { in check_rtable4() 1171 while ((rp = list_remove_head(&mi->mi_rnodes)) != NULL) { in destroy_rtable4() 1301 for (rp = list_head(&mi->mi_rnodes); rp != NULL; in r4flush() 1302 rp = list_next(&mi->mi_rnodes, rp)) { in r4flush()
|
H A D | nfs_subr.c | 2839 list_insert_tail(&mi->mi_rnodes, rp); in rp_addhash() 2866 list_remove(&mi->mi_rnodes, rp); in rp_rmhash_locked() 2948 for (rp = list_head(&mi->mi_rnodes); rp != NULL; in check_rtable() 2949 rp = list_next(&mi->mi_rnodes, rp)) { in check_rtable() 2981 while ((rp = list_remove_head(&mi->mi_rnodes)) != NULL) { in destroy_rtable() 3084 for (rp = list_head(&mi->mi_rnodes); rp != NULL; in rflush() 3085 rp = list_next(&mi->mi_rnodes, rp)) { in rflush()
|
H A D | nfs_vfsops.c | 1208 list_create(&mi->mi_rnodes, sizeof (rnode_t), in nfsrootvp()
|
H A D | nfs3_vfsops.c | 1079 list_create(&mi->mi_rnodes, sizeof (rnode_t), in nfs3rootvp()
|
H A D | nfs_client.c | 3231 list_destroy(&mi->mi_rnodes); in nfs_free_mi()
|
H A D | nfs4_client.c | 3137 list_destroy(&mi->mi_rnodes); in nfs_free_mi4()
|
H A D | nfs4_vfsops.c | 2352 list_create(&mi->mi_rnodes, sizeof (rnode4_t), in nfs4rootvp()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 435 list_t mi_rnodes; /* the list */ member
|
H A D | nfs4_clnt.h | 1106 list_t mi_rnodes; /* the list */ member
|