Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c158 pathname_t mnt_pn = {0}; in smb_pathname_reduce() local
253 (void) pn_alloc(&mnt_pn); in smb_pathname_reduce()
267 (void) pn_free(&mnt_pn); in smb_pathname_reduce()
305 chk_vss ? &mnt_pn : NULL); in smb_pathname_reduce()
328 char *p = mnt_pn.pn_path; in smb_pathname_reduce()
333 pathleft = pn_pathleft(&mnt_pn); in smb_pathname_reduce()
338 (void) pn_setlast(&mnt_pn); in smb_pathname_reduce()
343 (void) strlcpy(last_component, mnt_pn.pn_path, in smb_pathname_reduce()
345 mnt_pn.pn_path[0] = '\0'; in smb_pathname_reduce()
362 (void) pn_free(&mnt_pn); in smb_pathname_reduce()
[all …]