Home
last modified time | relevance | path

Searched refs:ovl_setxattr (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dutil.c725 res = ovl_setxattr(ofs, upperpath->dentry, OVL_XATTR_UUID, sb->s_uuid.b, in ovl_init_uuid_xattr()
789 err = ovl_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
H A Doverlayfs.h307 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr() function
H A Dcopy_up.c468 err = ovl_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len); in ovl_set_upper_fh()
H A Dinode.c1108 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
H A Dnamei.c535 err = ovl_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
H A Dsuper.c762 err = ovl_setxattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE, "0", 1); in ovl_make_workdir()