Searched refs:ovl_do_setxattr (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/overlayfs/ |
D | overlayfs.h | 190 static inline int ovl_do_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_setxattr() function
|
D | util.c | 607 err = ovl_do_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
|
D | copy_up.c | 369 err = ovl_do_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len); in ovl_set_upper_fh()
|
D | inode.c | 728 return ovl_do_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
|
D | namei.c | 462 err = ovl_do_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
|
D | super.c | 1322 err = ovl_do_setxattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE, "0", 1); in ovl_make_workdir()
|