Home
last modified time | relevance | path

Searched refs:want_state (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/fscache/
H A Dio.c18 * @want_state: The minimum state the object must be at
24 enum fscache_want_state want_state) in fscache_wait_for_operation()
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()
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()
23 fscache_wait_for_operation(struct netfs_cache_resources *cres, enum fscache_want_state want_state) fscache_wait_for_operation() argument
71 fscache_begin_operation(struct netfs_cache_resources *cres, struct fscache_cookie *cookie, enum fscache_want_state want_state, enum fscache_access_trace why) fscache_begin_operation() argument
/kernel/linux/linux-6.6/include/linux/
H A Dfscache-cache.h76 enum fscache_want_state want_state);
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtransaction.c2221 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local
2229 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction()
2234 wait_for_commit(cur_trans, want_state); in btrfs_commit_transaction()
2249 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local
2252 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction()
2256 if (prev_trans->state < want_state) { in btrfs_commit_transaction()
2260 wait_for_commit(prev_trans, want_state); in btrfs_commit_transaction()
/kernel/linux/linux-6.6/fs/cachefiles/
H A Dio.c644 enum fscache_want_state want_state) in cachefiles_begin_operation()
658 if (!cachefiles_cres_file(cres) && want_state != FSCACHE_WANT_PARAMS) { in cachefiles_begin_operation()
643 cachefiles_begin_operation(struct netfs_cache_resources *cres, enum fscache_want_state want_state) cachefiles_begin_operation() argument
H A Dinternal.h233 enum fscache_want_state want_state);

Completed in 6 milliseconds