Home
last modified time | relevance | path

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

/fs/cachefiles/
A Dio.c19 struct cachefiles_kiocb { struct
35 static inline void cachefiles_put_kiocb(struct cachefiles_kiocb *ki) in cachefiles_put_kiocb() argument
49 struct cachefiles_kiocb *ki = container_of(iocb, struct cachefiles_kiocb, iocb); in cachefiles_read_complete()
83 struct cachefiles_kiocb *ki; in cachefiles_read()
135 ki = kzalloc(sizeof(struct cachefiles_kiocb), GFP_KERNEL); in cachefiles_read()
258 struct cachefiles_kiocb *ki = container_of(iocb, struct cachefiles_kiocb, iocb); in cachefiles_write_complete()
289 struct cachefiles_kiocb *ki; in __cachefiles_write()
301 ki = kzalloc(sizeof(struct cachefiles_kiocb), GFP_KERNEL); in __cachefiles_write()

Completed in 3 milliseconds