Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c309 int fsnamelen; in fuse_vfsop_mount() local
441 vfs_getopt(opts, "fsname=", (void**)&fsname, &fsnamelen); in fuse_vfsop_mount()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c2872 int fsnamelen; in dmu_send() local
2874 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()