| /fs/bcachefs/ | 
| D | siphash.h | 75 #define SipHash24_Init(_c, _k)		SipHash_Init((_c), (_k))  argument 76 #define SipHash24_Update(_c, _p, _l)	SipHash_Update((_c), 2, 4, (_p), (_l))  argument 78 #define SipHash24_Final(_d, _c)		SipHash_Final((_d), (_c), 2, 4)  argument 81 #define SipHash48_Init(_c, _k)		SipHash_Init((_c), (_k))  argument 82 #define SipHash48_Update(_c, _p, _l)	SipHash_Update((_c), 4, 8, (_p), (_l))  argument 84 #define SipHash48_Final(_d, _c)		SipHash_Final((_d), (_c), 4, 8)  argument
  | 
| D | sb-members.h | 91 #define for_each_member_device_rcu(_c, _ca, _mask)			\  argument 138 #define __for_each_member_device(_c, _ca)				\  argument 141 #define for_each_member_device(_c, _ca)					\  argument 162 #define __for_each_online_member(_c, _ca, state_mask)			\  argument
  | 
| D | bcachefs.h | 229 #define count_event(_c, _name)	this_cpu_inc((_c)->counters[BCH_COUNTER_##_name])  argument 231 #define trace_and_count(_c, _name, ...)					\  argument 250 #define bch2_log_msg(_c, fmt)			"bcachefs (%s): " fmt, ((_c)->name)  argument 253 #define bch2_fmt_inum(_c, _inum, fmt)		"bcachefs (%s inum %llu): " fmt "\n", ((_c)->name), (_inum)  argument 254 #define bch2_fmt_inum_offset(_c, _inum, _offset, fmt)			\  argument 259 #define bch2_log_msg(_c, fmt)			fmt  argument 262 #define bch2_fmt_inum(_c, _inum, fmt)		"inum %llu: " fmt "\n", (_inum)  argument 263 #define bch2_fmt_inum_offset(_c, _inum, _offset, fmt)				\  argument 268 #define bch2_fmt(_c, fmt)		bch2_log_msg(_c, fmt "\n")  argument 278 #define maybe_dev_to_fs(_c)	_Generic((_c),				\  argument [all …] 
 | 
| D | btree_cache.h | 81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos)		\  argument
  | 
| D | checksum.h | 41 #define csum_vstruct(_c, _type, _nonce, _i)				\  argument
  | 
| D | alloc_foreground.h | 50 #define open_bucket_for_each(_c, _obs, _ob, _i)				\  argument
  | 
| D | inode.h | 167 #define inode_opt_get(_c, _inode, _name)			\  argument
  | 
| D | btree_iter.h | 907 #define bch2_trans_run(_c, _do)						\  argument 915 #define bch2_trans_do(_c, _do)	bch2_trans_run(_c, lockrestart_do(trans, _do))  argument 925 #define bch2_trans_get(_c)						\  argument
  | 
| D | error.h | 112 #define fsck_err_count(_c, _err)	bch2_sb_err_count(_c, BCH_FSCK_ERR_##_err)  argument
  | 
| D | btree_update.h | 195 #define bch2_trans_commit_do(_c, _disk_res, _journal_seq, _flags, _do)		\  argument
  | 
| D | quota.c | 133 #define for_each_set_qtype(_c, _i, _q, _qtypes)				\  argument
  | 
| D | fsck.c | 765 #define for_each_visible_inode(_c, _s, _w, _snapshot, _i)				\  argument
  | 
| /fs/jffs2/ | 
| D | background.c | 75 static int jffs2_garbage_collect_thread(void *_c)  in jffs2_garbage_collect_thread()
  |