Searched refs:fi_map (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 482 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_mount() 483 fnip->fi_map = kmem_alloc(len, KM_SLEEP); in auto_mount() 485 bcopy(strbuff, fnip->fi_map, len); in auto_mount() 575 fnip->fi_map = kmem_alloc(len, KM_SLEEP); in auto_mount() 577 bcopy(strbuff, fnip->fi_map, len); in auto_mount() 675 if (fnip->fi_map != NULL) in auto_mount() 676 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_mount() 777 kmem_free(fnip->fi_map, fnip->fi_maplen); in auto_unmount()
|
H A D | auto_vnops.c | 376 (void *)dvp, dfnip->fi_map, nm)); in auto_lookup() 998 rda.rda_map = fnip->fi_map; in auto_readdir()
|
H A D | auto_subr.c | 646 reqst.map = fnip->fi_map; in auto_lookup_request() 743 reqst.map = fnip->fi_map; in auto_mount_request()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 75 char *fi_map; /* context/map-name */ member
|