Searched refs:ovl_setxattr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/overlayfs/ |
H A D | util.c | 728 res = ovl_setxattr(ofs, upperpath->dentry, OVL_XATTR_UUID, sb->s_uuid.b, in ovl_init_uuid_xattr() 792 err = ovl_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
|
H A D | overlayfs.h | 307 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr() function
|
H A D | copy_up.c | 468 err = ovl_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len); in ovl_set_upper_fh()
|
H A D | inode.c | 1113 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
|
H A D | namei.c | 535 err = ovl_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
|
H A D | super.c | 762 err = ovl_setxattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE, "0", 1); in ovl_make_workdir()
|