Searched refs:XVA_SET_REQ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c3060 XVA_SET_REQ(&tmpxvattr, XAT_APPENDONLY);
3070 XVA_SET_REQ(&tmpxvattr, XAT_NOUNLINK);
3080 XVA_SET_REQ(&tmpxvattr, XAT_IMMUTABLE);
3090 XVA_SET_REQ(&tmpxvattr, XAT_NODUMP);
3100 XVA_SET_REQ(&tmpxvattr, XAT_AV_MODIFIED);
3112 XVA_SET_REQ(&tmpxvattr, XAT_AV_QUARANTINED);
3405 XVA_SET_REQ(xvap, XAT_APPENDONLY);
3408 XVA_SET_REQ(xvap, XAT_NOUNLINK);
3411 XVA_SET_REQ(xvap, XAT_IMMUTABLE);
3414 XVA_SET_REQ(xva
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dvnode.h83 * Callers use the XVA_SET_REQ() macro to set the bits corresponding to
268 * XVA_SET_REQ() sets an attribute bit in the proper element in the bitmap
271 #define XVA_SET_REQ(xvap, attr) \ macro

Completed in 130 milliseconds