Searched refs:want_state (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/netfs/ |
| H 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()
|
| /linux/scripts/gendwarfksyms/ |
| H A D | dwarf.c | 869 enum die_state want_state = DIE_COMPLETE; in process_type() local 888 want_state = DIE_UNEXPANDED; in process_type() 895 cache = die_map_get(die, want_state); in process_type() 897 if (cache->state == want_state) { in process_type() 909 die_state_name(cache->state), die_state_name(want_state)); in process_type() 951 cache->state = want_state; in process_type()
|
| /linux/include/linux/ |
| H A D | fscache-cache.h | 77 enum fscache_want_state want_state);
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 2292 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2300 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2305 wait_for_commit(cur_trans, want_state); in btrfs_commit_transaction() 2320 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; in btrfs_commit_transaction() local 2323 want_state = TRANS_STATE_SUPER_COMMITTED; in btrfs_commit_transaction() 2326 if (prev_trans->state < want_state) { in btrfs_commit_transaction() 2330 wait_for_commit(prev_trans, want_state); in btrfs_commit_transaction()
|
| /linux/fs/cachefiles/ |
| H 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()
|
| H A D | internal.h | 251 enum fscache_want_state want_state);
|
| /linux/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 387 enum fscache_want_state want_state); 398 The want_state parameter indicates the state the caller needs the cache
|