Home
last modified time | relevance | path

Searched refs:_buf (Results 1 – 5 of 5) sorted by relevance

/fs/adfs/
A Ddir_f.c47 ({ int _buf = idx >> blocksize_bits; \
48 int _off = idx - (_buf << blocksize_bits);\
49 *(u8 *)(bh[_buf]->b_data + _off); \
53 ({ int _buf = idx >> blocksize_bits; \
54 int _off = idx - (_buf << blocksize_bits);\
55 *(__le32 *)(bh[_buf]->b_data + _off); \
59 ({ int _buf = _idx >> blocksize_bits; \
60 int _off = _idx - (_buf << blocksize_bits);\
61 (void *)(_bh[_buf]->b_data + _off); \
/fs/bcachefs/
A Dutil.h92 #define printbuf_str(_buf) bch2_printbuf_str(_buf) argument
93 #define printbuf_exit(_buf) bch2_printbuf_exit(_buf) argument
95 #define printbuf_tabstops_reset(_buf) bch2_printbuf_tabstops_reset(_buf) argument
96 #define printbuf_tabstop_pop(_buf) bch2_printbuf_tabstop_pop(_buf) argument
97 #define printbuf_tabstop_push(_buf, _n) bch2_printbuf_tabstop_push(_buf, _n) argument
A Dprintbuf.h137 #define PRINTBUF_EXTERN(_buf, _size) \ argument
139 .buf = _buf, \
A Djournal_io.c315 struct printbuf _buf = PRINTBUF; \
317 journal_entry_err_msg(&_buf, version, jset, entry); \
318 prt_printf(&_buf, msg, ##__VA_ARGS__); \
322 mustfix_fsck_err(c, _err, "%s", _buf.buf); \
327 "corrupt metadata before write: %s\n", _buf.buf)) {\
334 printbuf_exit(&_buf); \
/fs/
A Dfsopen.c25 char __user *_buf, size_t len, loff_t *pos) in fscontext_read() argument
57 if (copy_to_user(_buf, p, n) != 0) in fscontext_read()

Completed in 13 milliseconds