Searched refs:xa_cache (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/ |
| H A D | shmem.c | 1438 simple_xattrs_free(&sbinfo->xa_cache, &info->xattrs, sbinfo->max_inodes ? &freed : NULL); in shmem_evict_inode() 4209 if (simple_xattr_add(&sbinfo->xa_cache, &info->xattrs, new_xattr)) in shmem_initxattrs() 4238 return simple_xattr_get(&sbinfo->xa_cache, &info->xattrs, name, buffer, size); in shmem_xattr_handler_get() 4266 old_xattr = simple_xattr_set(&sbinfo->xa_cache, &info->xattrs, name, value, size, flags); in shmem_xattr_handler_set() 4916 simple_xattr_cache_cleanup(&sbinfo->xa_cache); in shmem_put_super()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2033 struct simple_xattr_cache xa_cache; member
|