Searched refs:os2name (Results 1 – 1 of 1) sorted by relevance
778 char *os2name = NULL; in __jfs_setxattr() local784 os2name = kmalloc(namelen - XATTR_OS2_PREFIX_LEN + 1, in __jfs_setxattr()786 if (!os2name) in __jfs_setxattr()788 strcpy(os2name, name + XATTR_OS2_PREFIX_LEN); in __jfs_setxattr()789 name = os2name; in __jfs_setxattr()902 kfree(os2name); in __jfs_setxattr()