Searched refs:ox (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/fs/overlayfs/ |
| D | overlayfs.h | 117 static inline const char *ovl_xattr(struct ovl_fs *ofs, enum ovl_xattr ox) in ovl_xattr() argument 119 return ovl_xattr_table[ox]; in ovl_xattr() 183 enum ovl_xattr ox, void *value, in ovl_do_getxattr() argument 186 const char *name = ovl_xattr(ofs, ox); in ovl_do_getxattr() 191 enum ovl_xattr ox, const void *value, in ovl_do_setxattr() argument 194 const char *name = ovl_xattr(ofs, ox); in ovl_do_setxattr() 202 enum ovl_xattr ox) in ovl_do_removexattr() argument 204 const char *name = ovl_xattr(ofs, ox); in ovl_do_removexattr() 306 enum ovl_xattr ox); 308 enum ovl_xattr ox, const void *value, size_t size, [all …]
|
| D | namei.c | 109 enum ovl_xattr ox) in ovl_get_fh() argument 114 res = ovl_do_getxattr(ofs, dentry, ox, NULL, 0); in ovl_get_fh() 128 res = ovl_do_getxattr(ofs, dentry, ox, fh->buf, res); in ovl_get_fh() 419 enum ovl_xattr ox, const struct ovl_fh *fh) in ovl_verify_fh() argument 421 struct ovl_fh *ofh = ovl_get_fh(ofs, dentry, ox); in ovl_verify_fh() 446 enum ovl_xattr ox, struct dentry *real, bool is_upper, in ovl_verify_set_fh() argument 460 err = ovl_verify_fh(ofs, dentry, ox, fh); in ovl_verify_set_fh() 462 err = ovl_do_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
|
| D | util.c | 561 enum ovl_xattr ox) in ovl_check_dir_xattr() argument 569 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr() 598 enum ovl_xattr ox, const void *value, size_t size, in ovl_check_setxattr() argument 607 err = ovl_do_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr() 610 pr_warn("cannot set %s xattr on upper\n", ovl_xattr(ofs, ox)); in ovl_check_setxattr()
|
| /Linux-v5.10/ |
| D | CREDITS | 588 E: callahan@maths.ox.ac.uk
|