_kern_remove_attr
extern status_t _kern_remove_attr(int fd, const char *name);
extern status_t _kern_remove_attr(int fd, const char *name);
return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
return fCStatus != B_OK ? B_FILE_ERROR : _kern_remove_attr(fFd, name);
status_t status = _kern_remove_attr(fd, attribute);
return _kern_remove_attr(fFD, name);
fssh_status_t _kern_remove_attr(int fd, const char *name);