Home
last modified time | relevance | path

Searched refs:ovl_do_getxattr (Results 1 – 4 of 4) sorted by relevance

/linux/fs/overlayfs/
A Dutil.c557 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_ORIGIN, NULL, 0); in ovl_check_origin_xattr()
575 res = ovl_do_getxattr(OVL_FS(sb), dentry, ox, &val, 1); in ovl_check_dir_xattr()
655 res = ovl_do_getxattr(ofs, upper, OVL_XATTR_PROTATTR, buf, in ovl_check_protattr()
954 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_METACOPY, NULL, 0); in ovl_check_metacopy_xattr()
996 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, NULL, 0); in ovl_get_redirect_xattr()
1008 res = ovl_do_getxattr(ofs, dentry, OVL_XATTR_REDIRECT, buf, res); in ovl_get_redirect_xattr()
A Dnamei.c114 res = ovl_do_getxattr(ofs, dentry, ox, NULL, 0); in ovl_get_fh()
128 res = ovl_do_getxattr(ofs, dentry, ox, fh->buf, res); in ovl_get_fh()
A Doverlayfs.h185 static inline ssize_t ovl_do_getxattr(struct ovl_fs *ofs, struct dentry *dentry, in ovl_do_getxattr() function
A Dinode.c900 err = ovl_do_getxattr(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()

Completed in 11 milliseconds