Searched refs:is_shared (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/
H A Dlibshare.c157 ret = fstype->ops->is_shared(impl_share);
/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c420 .is_shared = smb_is_share_active,
H A Dnfs.c714 .is_shared = nfs_is_shared,
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c739 is_shared(const char *mountpoint, zfs_share_proto_t proto) function
830 if ((rc = is_shared(mountpoint, proto))
950 if (is_shared(mntpt, *curr_proto)) {
1623 if (is_shared(mountpoints[i], *curr_proto) &&
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h253 extern zfs_share_type_t is_shared(const char *mountpoint,
/freebsd-13-stable/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dnfs.c444 .is_shared = nfs_is_shared,
/freebsd-13-stable/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib918 function is_shared function
960 is_shared $fs
975 is_shared $fs
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1229 int nprot, bool is_shared, struct thread *td)
1264 if (is_shared)
1227 linux_file_mmap_single(struct file *fp, const struct file_operations *fop, vm_ooffset_t *offset, vm_size_t size, struct vm_object **object, int nprot, bool is_shared, struct thread *td) argument
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib953 if ! is_shared $fs; then

Completed in 56 milliseconds

12