Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cachefiles/
Dxattr.c104 struct cachefiles_xattr *auxdata) in cachefiles_set_object_xattr()
133 struct cachefiles_xattr *auxdata) in cachefiles_update_object_xattr()
163 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata()
173 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_auxdata()
201 struct cachefiles_xattr *auxdata) in cachefiles_check_object_xattr()
203 struct cachefiles_xattr *auxbuf; in cachefiles_check_object_xattr()
212 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
Dinternal.h121 struct cachefiles_xattr { struct
173 struct cachefiles_xattr *auxdata);
249 struct cachefiles_xattr *auxdata);
251 struct cachefiles_xattr *auxdata);
254 struct cachefiles_xattr *auxdata);
Dinterface.c17 struct cachefiles_xattr *auxdata; /* auxiliary data */
33 struct cachefiles_xattr *auxdata; in cachefiles_alloc_object()
211 struct cachefiles_xattr *auxdata; in cachefiles_update_object()
Dnamei.c488 struct cachefiles_xattr *auxdata) in cachefiles_walk_to_object()