Searched refs:r_indelmap (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 245 list_t r_indelmap; /* list of delmap callers */ member
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | rnode.h | 304 list_t r_indelmap; /* list of delmap callers */ member
|
H A D | rnode4.h | 331 list_t r_indelmap; /* list of delmap callers */ member
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 3363 list_create(&rp->r_indelmap, sizeof (nfs_delmapcall_t), in nfs_find_and_delete_delmapcall() 3370 for (delmap_call = list_head(&rp->r_indelmap); in nfs_find_and_delete_delmapcall() 3372 delmap_call = list_next(&rp->r_indelmap, delmap_call)) { in nfs_find_and_delete_delmapcall() 3376 list_remove(&rp->r_indelmap, delmap_call); in nfs_find_and_delete_delmapcall()
|
H A D | nfs4_rnode.c | 749 list_destroy(&rp->r_indelmap); in uninit_rnode4()
|
H A D | nfs4_vnops.c | 11328 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs4_delmap() 11387 list_create(&rp->r_indelmap, sizeof (nfs4_delmapcall_t), in nfs4_find_and_delete_delmapcall() 11394 for (delmap_call = list_head(&rp->r_indelmap); in nfs4_find_and_delete_delmapcall() 11396 delmap_call = list_next(&rp->r_indelmap, delmap_call)) { in nfs4_find_and_delete_delmapcall() 11400 list_remove(&rp->r_indelmap, delmap_call); in nfs4_find_and_delete_delmapcall()
|
H A D | nfs_subr.c | 3039 list_destroy(&rp->r_indelmap); in destroy_rnode()
|
H A D | nfs_vnops.c | 4721 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs_delmap()
|
H A D | nfs3_vnops.c | 5624 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs3_delmap()
|