Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/fscache/
A Dio.c24 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-6.3-rc2/include/linux/
A Dfscache-cache.h76 enum fscache_want_state want_state);
/linux-6.3-rc2/fs/btrfs/
A Dtransaction.c2189 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local
2197 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction()
2202 wait_for_commit(cur_trans, want_state); in btrfs_commit_transaction()
2217 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local
2220 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction()
2224 if (prev_trans->state < want_state) { in btrfs_commit_transaction()
2228 wait_for_commit(prev_trans, want_state); in btrfs_commit_transaction()
/linux-6.3-rc2/fs/cachefiles/
A Dio.c654 enum fscache_want_state want_state) in cachefiles_begin_operation() argument
668 if (!cachefiles_cres_file(cres) && want_state != FSCACHE_WANT_PARAMS) { in cachefiles_begin_operation()
A Dinternal.h233 enum fscache_want_state want_state);
/linux-6.3-rc2/Documentation/filesystems/caching/
A Dbackend-api.rst387 enum fscache_want_state want_state);
398 The want_state parameter indicates the state the caller needs the cache

Completed in 30 milliseconds