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