Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Doverlayfs.h92 struct ovl_fb { struct
106 struct ovl_fb fb; argument
114 offsetof(struct ovl_fb, fid))
392 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len);
H 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()
167 bytes = (fh->fb.len - offsetof(struct ovl_fb, fid)); in ovl_decode_real_fh()
526 if (index->d_name.len < sizeof(struct ovl_fb)*2) in ovl_verify_index()