Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
H A Doverlayfs.h140 struct ovl_fb { struct
154 struct ovl_fb fb; argument
162 offsetof(struct ovl_fb, fid))
724 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len);
H A Dnamei.c97 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len) in ovl_check_fb_len()
99 if (fb_len < sizeof(struct ovl_fb) || fb_len < fb->len) in ovl_check_fb_len()
186 bytes = (fh->fb.len - offsetof(struct ovl_fb, fid)); in ovl_decode_real_fh()
649 if (index->d_name.len < sizeof(struct ovl_fb)*2) in ovl_verify_index()