Searched refs:fsnamelen (Results 1 – 2 of 2) sorted by relevance
309 int fsnamelen; in fuse_vfsop_mount() local441 vfs_getopt(opts, "fsname=", (void**)&fsname, &fsnamelen); in fuse_vfsop_mount()
2872 int fsnamelen; in dmu_send() local2874 fsnamelen = strpbrk(tosnap, "@#") - tosnap; in dmu_send()2876 fsnamelen = strlen(tosnap); in dmu_send()2882 if (strncmp(tosnap, fromsnap, fsnamelen) != 0 || in dmu_send()2883 (fromsnap[fsnamelen] != '@' && in dmu_send()2884 fromsnap[fsnamelen] != '#')) { in dmu_send()