Searched refs:inline_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dsend.c60 char inline_buf[]; member in struct:fs_path::__anon1705::__anon1706
71 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf))
446 p->buf = p->inline_buf;
468 if (p->buf != p->inline_buf)
503 * First time the inline_buf does not suffice
505 if (p->buf == p->inline_buf) {

Completed in 107 milliseconds