Searched refs:want_state (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | io.c | 18 * @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 D | fscache-cache.h | 76 enum fscache_want_state want_state);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | transaction.c | 2221 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 D | io.c | 644 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 D | internal.h | 233 enum fscache_want_state want_state);
|
Completed in 6 milliseconds