Searched refs:cachefiles_kiocb (Results 1 – 1 of 1) sorted by relevance
16 struct cachefiles_kiocb { struct29 static inline void cachefiles_put_kiocb(struct cachefiles_kiocb *ki) in cachefiles_put_kiocb() argument42 struct cachefiles_kiocb *ki = container_of(iocb, struct cachefiles_kiocb, iocb); in cachefiles_read_complete()65 struct cachefiles_kiocb *ki; in cachefiles_read()104 ki = kzalloc(sizeof(struct cachefiles_kiocb), GFP_KERNEL); in cachefiles_read()164 struct cachefiles_kiocb *ki = container_of(iocb, struct cachefiles_kiocb, iocb); in cachefiles_write_complete()188 struct cachefiles_kiocb *ki; in cachefiles_write()199 ki = kzalloc(sizeof(struct cachefiles_kiocb), GFP_KERNEL); in cachefiles_write()
Completed in 5 milliseconds