Searched refs:ovl_setxattr (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/overlayfs/ |
| H A D | util.c | 832 res = ovl_setxattr(ofs, upperpath->dentry, OVL_XATTR_UUID, uuid.b, in ovl_init_uuid_xattr() 898 err = ovl_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
|
| H A D | overlayfs.h | 331 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr() function
|
| H A D | copy_up.c | 512 err = ovl_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len); in ovl_set_upper_fh()
|
| H A D | namei.c | 556 err = ovl_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
|
| H A D | super.c | 728 err = ovl_setxattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE, "0", 1); in ovl_make_workdir()
|