Home
last modified time | relevance | path

Searched refs:_op (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/fscache/
Dpage.c254 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval() argument
257 container_of(_op, struct fscache_retrieval, op); in fscache_do_cancel_retrieval()
265 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op() argument
268 container_of(_op, struct fscache_retrieval, op); in fscache_release_retrieval_op()
758 static void fscache_release_write_op(struct fscache_operation *_op) in fscache_release_write_op() argument
760 _enter("{OP%x}", _op->debug_id); in fscache_release_write_op()
766 static void fscache_write_op(struct fscache_operation *_op) in fscache_write_op() argument
769 container_of(_op, struct fscache_storage, op); in fscache_write_op()
802 _op->flags, _op->state, object->state->short_name, in fscache_write_op()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbfi.h46 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument
48 (_mh).msg_id = (_op); \
52 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument
54 (_mh).msg_id = (_op); \
/linux-4.4.14/drivers/scsi/bfa/
Dbfi.h69 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument
71 (_mh).msg_id = (_op); \
75 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument
77 (_mh).msg_id = (_op); \
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c676 #define CL_PAGE_INVOKE(_env, _page, _op, _proto, ...) \ argument
682 ptrdiff_t __op = (_op); \
706 #define CL_PAGE_INVOID(_env, _page, _op, _proto, ...) \ argument
711 ptrdiff_t __op = (_op); \
728 #define CL_PAGE_INVOID_REVERSE(_env, _page, _op, _proto, ...) \ argument
733 ptrdiff_t __op = (_op); \
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt203 static void fscache_write_op(struct fscache_operation *_op)
206 container_of(_op, struct fscache_storage, op);
/linux-4.4.14/drivers/md/bcache/
Dwriteback.c476 static int sectors_dirty_init_fn(struct btree_op *_op, struct btree *b, in sectors_dirty_init_fn() argument
479 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn()
/linux-4.4.14/fs/cachefiles/
Drdwr.c149 static void cachefiles_read_copier(struct fscache_operation *_op) in cachefiles_read_copier() argument
156 op = container_of(_op, struct fscache_retrieval, op); in cachefiles_read_copier()