Searched refs:want_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/fscache/ |
D | io.c | 24 enum fscache_want_state want_state) in fscache_wait_for_operation() argument 36 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state); in fscache_wait_for_operation() 41 if (want_state == FSCACHE_WANT_PARAMS) in fscache_wait_for_operation() 61 return cookie->volume->cache->ops->begin_operation(cres, want_state); in fscache_wait_for_operation() 73 enum fscache_want_state want_state, in fscache_begin_operation() argument 93 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state); in fscache_begin_operation() 101 if (want_state == FSCACHE_WANT_PARAMS) in fscache_begin_operation() 116 if (!cookie->volume->cache->ops->begin_operation(cres, want_state)) in fscache_begin_operation()
|
/Linux-v6.1/include/linux/ |
D | fscache-cache.h | 76 enum fscache_want_state want_state);
|
/Linux-v6.1/fs/btrfs/ |
D | transaction.c | 2161 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2169 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2174 wait_for_commit(cur_trans, want_state); in btrfs_commit_transaction() 2189 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2192 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2196 if (prev_trans->state < want_state) { in btrfs_commit_transaction() 2200 wait_for_commit(prev_trans, want_state); in btrfs_commit_transaction()
|
/Linux-v6.1/fs/cachefiles/ |
D | io.c | 631 enum fscache_want_state want_state) in cachefiles_begin_operation() argument 645 if (!cachefiles_cres_file(cres) && want_state != FSCACHE_WANT_PARAMS) { in cachefiles_begin_operation()
|
D | internal.h | 233 enum fscache_want_state want_state);
|
/Linux-v6.1/Documentation/filesystems/caching/ |
D | backend-api.rst | 387 enum fscache_want_state want_state); 398 The want_state parameter indicates the state the caller needs the cache
|