Home
last modified time | relevance | path

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

/linux-5.19.10/fs/overlayfs/
Doverlayfs.h96 struct ovl_fb { struct
110 struct ovl_fb fb; argument
118 offsetof(struct ovl_fb, fid))
518 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len);
Dnamei.c89 int ovl_check_fb_len(struct ovl_fb *fb, int fb_len) in ovl_check_fb_len()
91 if (fb_len < sizeof(struct ovl_fb) || fb_len < fb->len) in ovl_check_fb_len()
172 bytes = (fh->fb.len - offsetof(struct ovl_fb, fid)); in ovl_decode_real_fh()
536 if (index->d_name.len < sizeof(struct ovl_fb)*2) in ovl_verify_index()