Searched refs:ovl_encode_real_fh (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | copy_up.c | 279 struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper) in ovl_encode_real_fh() function 344 fh = ovl_encode_real_fh(lower, false); in ovl_set_origin() 366 fh = ovl_encode_real_fh(upper, true); in ovl_set_upper_fh()
|
H A D | namei.c | 453 fh = ovl_encode_real_fh(real, is_upper); in ovl_verify_set_fh() 648 fh = ovl_encode_real_fh(origin, false); in ovl_get_index_name()
|
H A D | overlayfs.h | 545 struct ovl_fh *ovl_encode_real_fh(struct dentry *real, bool is_upper);
|
H A D | export.c | 229 fh = ovl_encode_real_fh(enc_lower ? ovl_dentry_lower(dentry) : in ovl_dentry_to_fid()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | copy_up.c | 374 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real, in ovl_encode_real_fh() function 441 fh = ovl_encode_real_fh(ofs, lower, false); in ovl_set_origin() 464 fh = ovl_encode_real_fh(ofs, upper, true); in ovl_set_upper_fh()
|
H A D | namei.c | 526 fh = ovl_encode_real_fh(ofs, real, is_upper); in ovl_verify_set_fh() 723 fh = ovl_encode_real_fh(ofs, origin, false); in ovl_get_index_name()
|
H A D | export.c | 240 fh = ovl_encode_real_fh(ofs, enc_lower ? ovl_dentry_lower(dentry) : in ovl_dentry_to_fid()
|
H A D | overlayfs.h | 824 struct ovl_fh *ovl_encode_real_fh(struct ovl_fs *ofs, struct dentry *real,
|
Completed in 11 milliseconds