Home
last modified time | relevance | path

Searched refs:cachefiles_xattr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c100 struct cachefiles_xattr *auxdata) in cachefiles_set_object_xattr()
129 struct cachefiles_xattr *auxdata) in cachefiles_update_object_xattr()
160 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata()
170 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_auxdata()
198 struct cachefiles_xattr *auxdata) in cachefiles_check_object_xattr()
200 struct cachefiles_xattr *auxbuf; in cachefiles_check_object_xattr()
209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
H A Dinternal.h117 struct cachefiles_xattr { struct
169 struct cachefiles_xattr *auxdata);
245 struct cachefiles_xattr *auxdata);
247 struct cachefiles_xattr *auxdata);
250 struct cachefiles_xattr *auxdata);
H A Dinterface.c13 struct cachefiles_xattr *auxdata; /* auxiliary data */
29 struct cachefiles_xattr *auxdata; in cachefiles_alloc_object()
207 struct cachefiles_xattr *auxdata; in cachefiles_update_object()
H A Dnamei.c485 struct cachefiles_xattr *auxdata) in cachefiles_walk_to_object()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dxattr.c20 struct cachefiles_xattr { struct
41 struct cachefiles_xattr *buf; in cachefiles_set_object_xattr()
53 buf = kmalloc(sizeof(struct cachefiles_xattr) + len, GFP_KERNEL); in cachefiles_set_object_xattr()
69 buf, sizeof(struct cachefiles_xattr) + len, 0); in cachefiles_set_object_xattr()
96 struct cachefiles_xattr *buf; in cachefiles_check_auxdata()
104 tlen = sizeof(struct cachefiles_xattr) + len; in cachefiles_check_auxdata()

Completed in 4 milliseconds