Searched refs:_op (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/fscache/ |
D | page.c | 254 static void fscache_release_retrieval_op(struct fscache_operation *_op) in fscache_release_retrieval_op() argument 257 container_of(_op, struct fscache_retrieval, op); in fscache_release_retrieval_op() 335 static void fscache_do_cancel_retrieval(struct fscache_operation *_op) in fscache_do_cancel_retrieval() argument 338 container_of(_op, struct fscache_retrieval, op); in fscache_do_cancel_retrieval() 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.1.27/drivers/net/ethernet/brocade/bna/ |
D | bfi.h | 48 #define bfi_h2i_set(_mh, _mc, _op, _fn_lpu) do { \ argument 50 (_mh).msg_id = (_op); \ 54 #define bfi_i2h_set(_mh, _mc, _op, _i2htok) do { \ argument 56 (_mh).msg_id = (_op); \
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 693 #define CL_PAGE_INVOKE(_env, _page, _op, _proto, ...) \ argument 699 ptrdiff_t __op = (_op); \ 723 #define CL_PAGE_INVOID(_env, _page, _op, _proto, ...) \ argument 728 ptrdiff_t __op = (_op); \ 745 #define CL_PAGE_INVOID_REVERSE(_env, _page, _op, _proto, ...) \ argument 750 ptrdiff_t __op = (_op); \
|
/linux-4.1.27/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.1.27/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.1.27/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()
|