• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/

Lines Matching defs:xvap

953 zfs_xvattr_set(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx)
958 xoap = xva_getxoptattr(xvap);
961 if (XVA_ISSET_REQ(xvap, XAT_CREATETIME)) {
966 XVA_SET_RTN(xvap, XAT_CREATETIME);
968 if (XVA_ISSET_REQ(xvap, XAT_READONLY)) {
971 XVA_SET_RTN(xvap, XAT_READONLY);
973 if (XVA_ISSET_REQ(xvap, XAT_HIDDEN)) {
976 XVA_SET_RTN(xvap, XAT_HIDDEN);
978 if (XVA_ISSET_REQ(xvap, XAT_SYSTEM)) {
981 XVA_SET_RTN(xvap, XAT_SYSTEM);
983 if (XVA_ISSET_REQ(xvap, XAT_ARCHIVE)) {
986 XVA_SET_RTN(xvap, XAT_ARCHIVE);
988 if (XVA_ISSET_REQ(xvap, XAT_IMMUTABLE)) {
991 XVA_SET_RTN(xvap, XAT_IMMUTABLE);
995 if (XVA_ISSET_REQ(xvap, XAT_NOUNLINK)) {
998 XVA_SET_RTN(xvap, XAT_NOUNLINK);
1000 if (XVA_ISSET_REQ(xvap, XAT_APPENDONLY)) {
1003 XVA_SET_RTN(xvap, XAT_APPENDONLY);
1007 if (XVA_ISSET_REQ(xvap, XAT_NODUMP)) {
1010 XVA_SET_RTN(xvap, XAT_NODUMP);
1012 if (XVA_ISSET_REQ(xvap, XAT_OPAQUE)) {
1015 XVA_SET_RTN(xvap, XAT_OPAQUE);
1017 if (XVA_ISSET_REQ(xvap, XAT_AV_QUARANTINED)) {
1020 XVA_SET_RTN(xvap, XAT_AV_QUARANTINED);
1022 if (XVA_ISSET_REQ(xvap, XAT_AV_MODIFIED)) {
1025 XVA_SET_RTN(xvap, XAT_AV_MODIFIED);
1027 if (XVA_ISSET_REQ(xvap, XAT_AV_SCANSTAMP)) {
1028 zfs_sa_set_scanstamp(zp, xvap, tx);
1029 XVA_SET_RTN(xvap, XAT_AV_SCANSTAMP);
1031 if (XVA_ISSET_REQ(xvap, XAT_REPARSE)) {
1034 XVA_SET_RTN(xvap, XAT_REPARSE);
1036 if (XVA_ISSET_REQ(xvap, XAT_OFFLINE)) {
1039 XVA_SET_RTN(xvap, XAT_OFFLINE);
1041 if (XVA_ISSET_REQ(xvap, XAT_SPARSE)) {
1044 XVA_SET_RTN(xvap, XAT_SPARSE);
1046 if (XVA_ISSET_REQ(xvap, XAT_PROJINHERIT)) {
1049 XVA_SET_RTN(xvap, XAT_PROJINHERIT);