Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_xattr.c388 #define XATTR_IN_SA 0x1 macro
405 *where |= XATTR_IN_SA; in __zpl_xattr_where()
416 if (*where == (XATTR_IN_SA|XATTR_IN_DIR)) in __zpl_xattr_where()
639 (zfsvfs->z_xattr_sa || (value == NULL && where & XATTR_IN_SA))) { in zpl_xattr_set()
656 if (error == 0 && (where & XATTR_IN_SA)) in zpl_xattr_set()