Searched refs:r_indelmap (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_node.h | 246 list_t r_indelmap; /* list of delmap callers */ member
|
/illumos-gate/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
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_client.c | 3374 list_create(&rp->r_indelmap, sizeof (nfs_delmapcall_t), in nfs_find_and_delete_delmapcall() 3381 for (delmap_call = list_head(&rp->r_indelmap); in nfs_find_and_delete_delmapcall() 3383 delmap_call = list_next(&rp->r_indelmap, delmap_call)) { in nfs_find_and_delete_delmapcall() 3387 list_remove(&rp->r_indelmap, delmap_call); in nfs_find_and_delete_delmapcall()
|
H A D | nfs4_rnode.c | 750 list_destroy(&rp->r_indelmap); in uninit_rnode4()
|
H A D | nfs4_vnops.c | 11129 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs4_delmap() 11188 list_create(&rp->r_indelmap, sizeof (nfs4_delmapcall_t), in nfs4_find_and_delete_delmapcall() 11195 for (delmap_call = list_head(&rp->r_indelmap); in nfs4_find_and_delete_delmapcall() 11197 delmap_call = list_next(&rp->r_indelmap, delmap_call)) { in nfs4_find_and_delete_delmapcall() 11201 list_remove(&rp->r_indelmap, delmap_call); in nfs4_find_and_delete_delmapcall()
|
H A D | nfs_vnops.c | 4721 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs_delmap()
|
H A D | nfs_subr.c | 3040 list_destroy(&rp->r_indelmap); in destroy_rnode()
|
H A D | nfs3_vnops.c | 5638 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs3_delmap()
|