Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2644 #define USTYPE_SMB_GRP (1 << 2) macro
2648 (USTYPE_PSX_GRP | USTYPE_PSX_USR | USTYPE_SMB_GRP | USTYPE_SMB_USR | \
2654 USTYPE_SMB_GRP,
2821 case USTYPE_SMB_GRP: in us_type2str()
2874 type = USTYPE_SMB_GRP; in userspace_cb()
3201 types = USTYPE_PSX_GRP | USTYPE_SMB_GRP; in zfs_do_userspace()
3352 !(types & (USTYPE_PSX_GRP | USTYPE_SMB_GRP))) || in zfs_do_userspace()