Searched refs:ovl_getxattr_upper (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/overlayfs/ |
D | namei.c | 122 res = ovl_getxattr_upper(ofs, upperdentry, ox, NULL, 0); in ovl_get_fh() 136 res = ovl_getxattr_upper(ofs, upperdentry, ox, fh->buf, res); in ovl_get_fh()
|
D | overlayfs.h | 289 static inline ssize_t ovl_getxattr_upper(struct ovl_fs *ofs, in ovl_getxattr_upper() function
|
D | inode.c | 1009 err = ovl_getxattr_upper(ofs, upperdentry, OVL_XATTR_NLINK, in ovl_get_nlink()
|
D | util.c | 922 res = ovl_getxattr_upper(ofs, upper, OVL_XATTR_PROTATTR, buf, in ovl_check_protattr()
|