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

/linux-master/fs/overlayfs/
H A Doverlayfs.h134 struct ovl_fb { struct
148 struct ovl_fb fb;
156 offsetof(struct ovl_fb, fid))
664 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len);
H A Dnamei.c96 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len)
98 if (fb_len < sizeof(struct ovl_fb) || fb_len < fb->len)
180 bytes = (fh->fb.len - offsetof(struct ovl_fb, fid));
617 if (index->d_name.len < sizeof(struct ovl_fb)*2)

Completed in 129 milliseconds