Home
last modified time | relevance | path

Searched refs:hfsplus_setxattr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dxattr_user.c30 return hfsplus_setxattr(inode, name, buffer, size, flags, in hfsplus_user_setxattr()
H A Dxattr_trusted.c30 return hfsplus_setxattr(inode, name, buffer, size, flags, in hfsplus_trusted_setxattr()
H A Dxattr.h25 int hfsplus_setxattr(struct inode *inode, const char *name,
H A Dxattr_security.c31 return hfsplus_setxattr(inode, name, buffer, size, flags, in hfsplus_security_setxattr()
H A Dxattr.c421 int hfsplus_setxattr(struct inode *inode, const char *name, in hfsplus_setxattr() function