Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dxattr.h108 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name,
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dinode.c298 return simple_xattr_get(&attrs->xattrs, name, value, size); in kernfs_xattr_get()
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c929 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get() function
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c3247 return simple_xattr_get(&info->xattrs, name, buffer, size); in shmem_xattr_handler_get()