Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c585 getfstype(char *askfor, char *fsname, size_t fsnamelen) in getfstype() argument
601 console_gets(fsname, fsnamelen); in getfstype()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1319 int fsnamelen = strchr(tosnap, '@') - tosnap; in dmu_send() local
1325 if (strncmp(tosnap, fromsnap, fsnamelen) != 0 || in dmu_send()
1326 (fromsnap[fsnamelen] != '@' && in dmu_send()
1327 fromsnap[fsnamelen] != '#')) { in dmu_send()