Home
last modified time | relevance | path

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

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