Home
last modified time | relevance | path

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

/fs/fuse/
Ddev.c813 list_move_tail(&req->list, &fc->processing); in fuse_dev_read()
864 list_for_each(entry, &fc->processing) { in request_find()
1101 end_requests(fc, &fc->processing); in fuse_abort_conn()
1116 end_requests(fc, &fc->processing); in fuse_dev_release()
Dfuse_i.h331 struct list_head processing; member
Dinode.c478 INIT_LIST_HEAD(&fc->processing); in fuse_conn_init()
/fs/cifs/
DCHANGES310 Cleanup response processing so cifsd can not loop when abnormally
329 Reduce the number of large buffer allocations in cifs response processing
614 Fix to list processing in reopen_files. Fix reconnection when server hung
626 list processing in file routines. Check return code on kmalloc in open.