Searched refs:begin_operation (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.c216 * begin_operation() - Begin an operation if it may be started given the current state.
222 static int __must_check begin_operation(struct admin_state *state, function
272 return (begin_operation(state, operation, waiter, initiator) == VDO_SUCCESS);
504 begin_operation(state, operation, waiter, initiator) :
/linux-master/include/linux/
H A Dfscache-cache.h75 bool (*begin_operation)(struct netfs_cache_resources *cres, member in struct:fscache_cache_ops
/linux-master/fs/netfs/
H A Dfscache_io.c61 return cookie->volume->cache->ops->begin_operation(cres, want_state);
118 if (!cookie->volume->cache->ops->begin_operation(cres, want_state))
/linux-master/fs/cachefiles/
H A Dinterface.c449 .begin_operation = cachefiles_begin_operation,

Completed in 115 milliseconds