Home
last modified time | relevance | path

Searched refs:__hfsplus_setxattr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dxattr.h22 int __hfsplus_setxattr(struct inode *inode, const char *name,
H A Dxattr_security.c59 err = __hfsplus_setxattr(inode, xattr_name, in hfsplus_initxattrs()
H A Dxattr.c257 int __hfsplus_setxattr(struct inode *inode, const char *name, in __hfsplus_setxattr() function
434 res = __hfsplus_setxattr(inode, xattr_name, value, size, flags); in hfsplus_setxattr()
878 return __hfsplus_setxattr(inode, name, buffer, size, flags); in hfsplus_osx_setxattr()