Home
last modified time | relevance | path

Searched refs:fi_path (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/common/fs/
H A Ddecompress.c136 dprintf("file %s is compressed\n", filep->fi_path); in cf_check_compressed()
179 dprintf("cf_close: %s\n", filep->fi_path); in cf_close()
194 dprintf("cf_rewind: %s\n", filep->fi_path); in cf_rewind()
221 dprintf("cf_read: %s ", filep->fi_path); in cf_read()
272 dprintf("cf_seek: %s ", filep->fi_path); in cf_seek()
H A Dpcfs.c220 filep->fi_path = (char *)bkmem_alloc(strlen(str) + 1); in bpcfs_open()
221 (void) strcpy(filep->fi_path, str); in bpcfs_open()
252 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bpcfs_close()
H A Dhsfs.c488 filep->fi_path = (char *)bkmem_alloc(strlen(str) + 1); in bhsfs_open()
489 (void) strcpy(filep->fi_path, str); in bhsfs_open()
532 bkmem_free(filep->fi_path, strlen(filep->fi_path) + 1); in bhsfs_close()
H A Dufsops.c634 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in bufs_open()
635 (void) strcpy(filep->fi_path, filename); in bufs_open()
754 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in bufs_close()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c546 fnip->fi_path = kmem_alloc(len, KM_SLEEP); in auto_mount()
548 bcopy(strbuff, fnip->fi_path, len); in auto_mount()
637 rootfnp = auto_makefnnode(VDIR, vfsp, fnip->fi_path, cr, fngp); in auto_mount()
674 if (fnip->fi_path != NULL) in auto_mount()
675 kmem_free(fnip->fi_path, fnip->fi_pathlen); in auto_mount()
779 kmem_free(fnip->fi_path, fnip->fi_pathlen); in auto_unmount()
H A Dauto_subr.c644 fnip->fi_path, key)); in auto_lookup_request()
649 reqst.path = fnip->fi_path; in auto_lookup_request()
724 fnip->fi_path, key, error)); in auto_lookup_request()
742 fnip->fi_path, key)); in auto_mount_request()
746 reqst.path = fnip->fi_path; in auto_mount_request()
797 fnip->fi_path, key, error)); in auto_mount_request()
969 dfnip->fi_path, m->dir + 1); in auto_invalid_autofs()
972 dfnip->fi_path, dfnp->fn_name, m->dir + 1); in auto_invalid_autofs()
1122 (void) sprintf(buff, "%s/%s", dfnip->fi_path, mntpnt); in auto_perform_actions()
1126 dfnip->fi_path, dfnp->fn_name, mntpnt); in auto_perform_actions()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfilep.h63 char *fi_path; member
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c692 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in boot_ufs_open()
693 (void) strcpy(filep->fi_path, filename); in boot_ufs_open()
802 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_ufs_close()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c586 filep->fi_path = (char *)bkmem_alloc(strlen(filename) + 1); in boot_hsfs_open()
587 (void) strcpy(filep->fi_path, filename); in boot_hsfs_open()
683 bkmem_free(filep->fi_path, strlen(filep->fi_path)+1); in boot_hsfs_close()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h74 char *fi_path; /* autofs mountpoint */ member
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h181 char *fi_path; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_ofile.c1909 fi->fi_path = smb_mem_strdup(buf); in smb_ofile_netinfo_init()
1925 if (fi->fi_path) in smb_ofile_netinfo_fini()
1926 smb_mem_free(fi->fi_path); in smb_ofile_netinfo_fini()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c371 free(ofile->fi_path); in smb_kmod_enum_fini()
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c499 print_str(fi->fi_path, buf, buflen); in fmt_netfileinfo()
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c402 if (!xdr_string(xdrs, &objp->fi_path, MAXPATHLEN)) in smb_netfileinfo_xdr()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c781 NDR_STRDUP(mxa, ofile->fi_path); in srvsvc_NetFileEnum3()