Searched refs:ex_flags (Results 1 – 15 of 15) sorted by relevance
903 exp->ex_flags |= EX_LOG; in configlog()905 exp->ex_flags |= EX_LOG_ALLOPS; in configlog()968 export->ex_flags |= EX_NOSUID; in fill_export_from_optionset()970 export->ex_flags &= ~EX_NOSUID; in fill_export_from_optionset()975 export->ex_flags |= EX_ACLOK; in fill_export_from_optionset()977 export->ex_flags &= ~EX_ACLOK; in fill_export_from_optionset()982 export->ex_flags |= EX_NOSUB; in fill_export_from_optionset()984 export->ex_flags &= ~EX_NOSUB; in fill_export_from_optionset()989 export->ex_flags |= EX_PUBLIC; in fill_export_from_optionset()991 export->ex_flags &= ~EX_PUBLIC; in fill_export_from_optionset()[all …]
507 ASSERT(!(curdata->ex_flags & EX_PSEUDO)); in srv_secinfo_exp2exp()630 ASSERT(curdata->ex_flags & EX_PSEUDO); in srv_secinfo_exp2pseu()911 ne->exi_root->exi_export.ex_flags = EX_PUBLIC; in nfs_export_zone_init()1485 kex->ex_flags = STRUCT_FGET(uexi, ex_flags); in exportfs()1512 if (kex->ex_flags & EX_LOG) { in exportfs()1679 if (kex->ex_flags & EX_INDEX) { in exportfs()1689 if (kex->ex_flags & EX_LOG) { in exportfs()1730 if (kex->ex_flags & EX_PUBLIC) { in exportfs()1732 kex->ex_flags &= ~EX_PUBLIC; in exportfs()1741 if (kex->ex_flags & EX_VOLFH) in exportfs()[all …]
204 ASSERT(kex->ex_flags & EX_LOG); in nfslog_setup()627 if (exi->exi_export.ex_flags & EX_LOG) { in nfslog_record_alloc()1552 if (exi->exi_export.ex_flags & EX_LOG) { in nfslog_get_exi()1606 if (exi_ret != NULL && exi_ret->exi_export.ex_flags & EX_LOG) { in nfslog_get_exi()1670 if (!(exi->exi_export.ex_flags & EX_LOG_ALLOPS) && in nfslog_write_record()1839 if (exi->exi_export.ex_flags & EX_LOG) { in nfslog_share_record()1864 ASSERT(exi->exi_export.ex_flags & EX_LOG); in nfslog_unshare_record()1889 ASSERT(exi->exi_export.ex_flags & EX_LOG); in nfslog_getfh()
341 int ex_flags; in fattr4_get_fh_expire_type() local345 ex_flags = exi->exi_export.ex_flags; in fattr4_get_fh_expire_type()346 if ((ex_flags & (EX_VOLFH | EX_VOLRNM | EX_VOLMIG | EX_NOEXPOPEN)) in fattr4_get_fh_expire_type()353 if (ex_flags & EX_NOEXPOPEN) { in fattr4_get_fh_expire_type()357 if (ex_flags & EX_VOLFH) { in fattr4_get_fh_expire_type()365 if (ex_flags & EX_VOLRNM) { in fattr4_get_fh_expire_type()369 if (ex_flags & EX_VOLMIG) { in fattr4_get_fh_expire_type()1984 (sarg->cs->exi->exi_export.ex_flags & EX_NOSUID)) in rfs4_fattr4_mode()
98 if ((error == ENOSYS) && !(exi->exi_export.ex_flags & EX_NOACLFAB)) { in acl2_getacl()472 if ((error == ENOSYS) && !(exi->exi_export.ex_flags & EX_NOACLFAB)) { in acl3_getacl()
237 (exi->exi_export.ex_flags & EX_NOSUID)) in rfs_setattr()389 (exi->exi_export.ex_flags & EX_NOHIDE) == 0) { in rfs_cross_mnt()481 if (exi != NULL && (exi->exi_export.ex_flags & EX_PUBLIC)) { in rfs_lookup()502 if ((exi->exi_export.ex_flags & EX_NOHIDE) && in rfs_lookup()1994 exi->exi_export.ex_flags & EX_NOSUID) in rfs_create()3032 if (exi->exi_export.ex_flags & EX_ACLOK) { in acl_perm()
259 if (!(exi->exi_export.ex_flags & EX_CHARMAP)) { in nfscmd_findmap()
190 ((exi->exi_export.ex_flags & EX_PUBLIC) || \2935 if (((*exi)->exi_export.ex_flags & EX_INDEX) && in rfs_publicfh_mclookup()3145 if ((*exi)->exi_export.ex_flags & EX_NOSUB && walk > 0) in nfs_check_vpexi()
184 kex->ex_flags = EX_PSEUDO; in pseudo_exportfs()
217 if (!xdr_int(xdrs, &objp->exi_export.ex_flags)) in xdr_nfslog_sharefsargs()
269 (exi->exi_export.ex_flags & EX_NOSUID)) in rfs3_setattr()413 if (exi != NULL && (exi->exi_export.ex_flags & EX_PUBLIC)) { in rfs3_lookup()451 if ((exi->exi_export.ex_flags & EX_NOHIDE) && in rfs3_lookup()1751 if (va.va_type == VREG && (exi->exi_export.ex_flags & EX_NOSUID)) in rfs3_create()
4002 if (exi == NULL || exi->exi_export.ex_flags & EX_PUBLIC) { in rfs4_op_putrootfh()5051 if (cs->exi->exi_export.ex_flags & EX_VOLRNM) { in rfs4_op_rename()
145 int ex_flags; /* flags */ member161 int32_t ex_flags; /* flags */ member581 #define PSEUDO(exi) ((exi)->exi_export.ex_flags & EX_PSEUDO)
200 exi.exi_count, exi.exi_export.ex_flags, exi.exi_export.ex_flags, in nfs_expinfo_dcmd()
290 (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))