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::__anon1961::__anon1962
71 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf))
445 p->buf = p->inline_buf;
467 if (p->buf != p->inline_buf)
502 * First time the inline_buf does not suffice
504 if (p->buf == p->inline_buf) {

Completed in 182 milliseconds