Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h277 #ifndef XATTR_REPLACE
278 #define XATTR_REPLACE 2 macro
H A Dyaffs_nameval.c103 if (flags & XATTR_REPLACE && pos < 0) in nval_set()