Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dxattr.h137 struct simple_xattrs *simple_xattrs_lazy_alloc(struct simple_xattrs **xattrsp,
/linux/fs/
H A Dxattr.c1664 struct simple_xattrs *simple_xattrs_lazy_alloc(struct simple_xattrs **xattrsp, in simple_xattrs_lazy_alloc() argument
1669 xattrs = READ_ONCE(*xattrsp); in simple_xattrs_lazy_alloc()
1678 smp_store_release(xattrsp, xattrs); in simple_xattrs_lazy_alloc()