Searched refs:ovl_xattr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | overlayfs.h | 27 enum ovl_xattr { enum 117 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() function 183 enum ovl_xattr ox, void *value, in ovl_do_getxattr() 186 const char *name = ovl_xattr(ofs, ox); in ovl_do_getxattr() 191 enum ovl_xattr ox, const void *value, in ovl_do_setxattr() 194 const char *name = ovl_xattr(ofs, ox); in ovl_do_setxattr() 202 enum ovl_xattr ox) in ovl_do_removexattr() 204 const char *name = ovl_xattr(ofs, ox); in ovl_do_removexattr() 308 enum ovl_xattr o [all...] |
H A D | util.c | 579 enum ovl_xattr ox) in ovl_check_dir_xattr() 616 enum ovl_xattr ox, const void *value, size_t size, in ovl_check_setxattr() 628 pr_warn("cannot set %s xattr on upper\n", ovl_xattr(ofs, ox)); in ovl_check_setxattr()
|
H A D | namei.c | 109 enum ovl_xattr ox) in ovl_get_fh() 419 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() 446 enum ovl_xattr ox, struct dentry *real, bool is_upper, in ovl_verify_set_fh()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 33 enum ovl_xattr { enum 167 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() function 276 enum ovl_xattr ox, void *value, in ovl_getxattr_upper() 284 return ovl_do_getxattr(&upperpath, ovl_xattr(ofs, ox), value, size); in ovl_getxattr_upper() 289 enum ovl_xattr ox, void *value, in ovl_path_getxattr() 292 return ovl_do_getxattr(path, ovl_xattr(ofs, ox), value, size); in ovl_path_getxattr() 308 enum ovl_xattr ox, const void *value, in ovl_setxattr() 311 return ovl_do_setxattr(ofs, dentry, ovl_xattr(ofs, ox), value, size, 0); in ovl_setxattr() 323 enum ovl_xattr o in ovl_removexattr() [all...] |
H A D | namei.c | 116 enum ovl_xattr ox) in ovl_get_fh() 492 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() 519 enum ovl_xattr ox, struct dentry *real, bool is_upper, in ovl_verify_set_fh()
|
H A D | util.c | 739 enum ovl_xattr ox) in ovl_path_check_dir_xattr() 781 enum ovl_xattr ox, const void *value, size_t size, in ovl_check_setxattr() 792 pr_warn("cannot set %s xattr on upper\n", ovl_xattr(ofs, ox)); in ovl_check_setxattr()
|
Completed in 9 milliseconds