Home
last modified time | relevance | path

Searched refs:r_indelmap (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h246 list_t r_indelmap; /* list of delmap callers */ member
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h304 list_t r_indelmap; /* list of delmap callers */ member
H A Drnode4.h331 list_t r_indelmap; /* list of delmap callers */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3374 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 Dnfs4_rnode.c750 list_destroy(&rp->r_indelmap); in uninit_rnode4()
H A Dnfs4_vnops.c11129 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 Dnfs_vnops.c4721 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs_delmap()
H A Dnfs_subr.c3040 list_destroy(&rp->r_indelmap); in destroy_rnode()
H A Dnfs3_vnops.c5638 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs3_delmap()