Searched refs:ovl_setxattr (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/overlayfs/ |
A D | util.c | 641 err = ovl_setxattr(ofs, upperdentry, ox, value, size); in ovl_check_setxattr()
|
A D | overlayfs.h | 263 static inline int ovl_setxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_setxattr() function
|
A D | copy_up.c | 469 err = ovl_setxattr(ofs, index, OVL_XATTR_UPPER, fh->buf, fh->fb.len); in ovl_set_upper_fh()
|
A D | namei.c | 473 err = ovl_setxattr(ofs, dentry, ox, fh->buf, fh->fb.len); in ovl_verify_set_fh()
|
A D | inode.c | 1101 return ovl_setxattr(OVL_FS(inode->i_sb), ovl_dentry_upper(dentry), in ovl_set_nlink_common()
|
A D | super.c | 1340 err = ovl_setxattr(ofs, ofs->workdir, OVL_XATTR_OPAQUE, "0", 1); in ovl_make_workdir()
|
Completed in 17 milliseconds