Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Doverlayfs.h95 struct ovl_fb { struct
109 struct ovl_fb fb; argument
117 offsetof(struct ovl_fb, fid))
418 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len);
A Dnamei.c88 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len) in ovl_check_fb_len()
90 if (fb_len < sizeof(struct ovl_fb) || fb_len < fb->len) in ovl_check_fb_len()
171 bytes = (fh->fb.len - offsetof(struct ovl_fb, fid)); in ovl_decode_real_fh()
530 if (index->d_name.len < sizeof(struct ovl_fb)*2) in ovl_verify_index()

Completed in 6 milliseconds