Searched refs:simple_xattr_get (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xattr.h | 108 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name,
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | inode.c | 298 return simple_xattr_get(&attrs->xattrs, name, value, size); in kernfs_xattr_get()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | xattr.c | 929 int simple_xattr_get(struct simple_xattrs *xattrs, const char *name, in simple_xattr_get() function
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 3247 return simple_xattr_get(&info->xattrs, name, buffer, size); in shmem_xattr_handler_get()
|