Searched refs:XVA_SET_RTN (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c836 XVA_SET_RTN(xvap, XAT_CREATETIME);
841 XVA_SET_RTN(xvap, XAT_READONLY);
846 XVA_SET_RTN(xvap, XAT_HIDDEN);
851 XVA_SET_RTN(xvap, XAT_SYSTEM);
856 XVA_SET_RTN(xvap, XAT_ARCHIVE);
861 XVA_SET_RTN(xvap, XAT_IMMUTABLE);
866 XVA_SET_RTN(xvap, XAT_NOUNLINK);
871 XVA_SET_RTN(xvap, XAT_APPENDONLY);
876 XVA_SET_RTN(xvap, XAT_NODUMP);
881 XVA_SET_RTN(xva
[all...]
H A Dzfs_vnops_os.c2078 XVA_SET_RTN(xvap, XAT_ARCHIVE);
2084 XVA_SET_RTN(xvap, XAT_READONLY);
2090 XVA_SET_RTN(xvap, XAT_SYSTEM);
2096 XVA_SET_RTN(xvap, XAT_HIDDEN);
2102 XVA_SET_RTN(xvap, XAT_NOUNLINK);
2108 XVA_SET_RTN(xvap, XAT_IMMUTABLE);
2114 XVA_SET_RTN(xvap, XAT_APPENDONLY);
2120 XVA_SET_RTN(xvap, XAT_NODUMP);
2126 XVA_SET_RTN(xvap, XAT_OPAQUE);
2132 XVA_SET_RTN(xva
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c966 XVA_SET_RTN(xvap, XAT_CREATETIME);
971 XVA_SET_RTN(xvap, XAT_READONLY);
976 XVA_SET_RTN(xvap, XAT_HIDDEN);
981 XVA_SET_RTN(xvap, XAT_SYSTEM);
986 XVA_SET_RTN(xvap, XAT_ARCHIVE);
991 XVA_SET_RTN(xvap, XAT_IMMUTABLE);
998 XVA_SET_RTN(xvap, XAT_NOUNLINK);
1003 XVA_SET_RTN(xvap, XAT_APPENDONLY);
1010 XVA_SET_RTN(xvap, XAT_NODUMP);
1015 XVA_SET_RTN(xva
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dxvattr.h84 * File systems that support optional attributes use the XVA_SET_RTN()
249 * XVA_SET_RTN() sets an attribute bit in the proper element in the bitmap
252 #define XVA_SET_RTN(xvap, attr) \ macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_sa.c155 XVA_SET_RTN(xvap, XAT_AV_SCANSTAMP);

Completed in 68 milliseconds