Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h245 list_t r_indelmap; /* list of delmap callers */ member
/titanic_41/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
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c3363 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 Dnfs4_rnode.c749 list_destroy(&rp->r_indelmap); in uninit_rnode4()
H A Dnfs4_vnops.c11328 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 Dnfs_subr.c3039 list_destroy(&rp->r_indelmap); in destroy_rnode()
H A Dnfs_vnops.c4721 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs_delmap()
H A Dnfs3_vnops.c5624 list_insert_tail(&rp->r_indelmap, delmap_call); in nfs3_delmap()