Searched refs:_op (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/fscache/ |
D | page.c | 254 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/ |
D | bfi.h | 46 #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/ |
D | bfi.h | 69 #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/ |
D | cl_page.c | 676 #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/ |
D | operations.txt | 203 static void fscache_write_op(struct fscache_operation *_op) 206 container_of(_op, struct fscache_storage, op);
|
/linux-4.4.14/drivers/md/bcache/ |
D | writeback.c | 476 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/ |
D | rdwr.c | 149 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()
|