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

/linux-master/fs/netfs/
H A Dfscache_io.c18 * @want_state: The minimum state the object must be at
24 enum fscache_want_state want_state)
36 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state);
41 if (want_state == FSCACHE_WANT_PARAMS)
61 return cookie->volume->cache->ops->begin_operation(cres, want_state);
73 enum fscache_want_state want_state,
95 _enter("c=%08x{%u},%x", cookie->debug_id, state, want_state);
103 if (want_state == FSCACHE_WANT_PARAMS)
118 if (!cookie->volume->cache->ops->begin_operation(cres, want_state))
23 fscache_wait_for_operation(struct netfs_cache_resources *cres, enum fscache_want_state want_state) 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) argument
/linux-master/include/linux/
H A Dfscache-cache.h76 enum fscache_want_state want_state);
/linux-master/fs/btrfs/
H A Dtransaction.c2223 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; local
2231 want_state = TRANS_STATE_SUPER_COMMITTED;
2236 wait_for_commit(cur_trans, want_state);
2251 enum btrfs_trans_state want_state = TRANS_STATE_COMPLETED; local
2254 want_state = TRANS_STATE_SUPER_COMMITTED;
2258 if (prev_trans->state < want_state) {
2262 wait_for_commit(prev_trans, want_state);
/linux-master/fs/cachefiles/
H A Dio.c651 enum fscache_want_state want_state)
665 if (!cachefiles_cres_file(cres) && want_state != FSCACHE_WANT_PARAMS) {
650 cachefiles_begin_operation(struct netfs_cache_resources *cres, enum fscache_want_state want_state) argument
H A Dinternal.h246 enum fscache_want_state want_state);

Completed in 121 milliseconds