Home
last modified time | relevance | path

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

/linux/net/
H A Dsocket.c313 static struct simple_xattr_cache sockfs_xa_cache; variable
353 simple_xattrs_free(&sockfs_xa_cache, &si->xattrs, NULL); in sock_evict_inode()
446 return simple_xattr_get(&sockfs_xa_cache, &si->xattrs, name, value, size); in sockfs_user_xattr_get()
458 return simple_xattr_set_limited(&sockfs_xa_cache, &si->xattrs, &si->xattr_limits, in sockfs_user_xattr_set()
490 return simple_xattr_get(&sockfs_xa_cache, &si->xattrs, name, value, size); in sock_read_xattr()