Searched refs:want_state (Results 1 – 4 of 4) sorted by relevance
| /fs/netfs/ |
| A D | fscache_io.c | 23 enum fscache_want_state want_state) in fscache_wait_for_operation() argument 35 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state); in fscache_wait_for_operation() 40 if (want_state == FSCACHE_WANT_PARAMS) in fscache_wait_for_operation() 60 return cookie->volume->cache->ops->begin_operation(cres, want_state); in fscache_wait_for_operation() 72 enum fscache_want_state want_state, in fscache_begin_operation() argument 94 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state); in fscache_begin_operation() 102 if (want_state == FSCACHE_WANT_PARAMS) in fscache_begin_operation() 117 if (!cookie->volume->cache->ops->begin_operation(cres, want_state)) in fscache_begin_operation()
|
| /fs/btrfs/ |
| A D | transaction.c | 2252 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2260 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2265 wait_for_commit(cur_trans, want_state); in btrfs_commit_transaction() 2280 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2283 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2286 if (prev_trans->state < want_state) { in btrfs_commit_transaction() 2290 wait_for_commit(prev_trans, want_state); in btrfs_commit_transaction()
|
| /fs/cachefiles/ |
| A D | io.c | 742 enum fscache_want_state want_state) in cachefiles_begin_operation() argument 756 if (!cachefiles_cres_file(cres) && want_state != FSCACHE_WANT_PARAMS) { in cachefiles_begin_operation()
|
| A D | internal.h | 251 enum fscache_want_state want_state);
|
Completed in 13 milliseconds