Searched refs:os2name (Results 1 – 1 of 1) sorted by relevance
681 char *os2name = NULL; in __jfs_setxattr() local690 os2name = kmalloc(namelen - XATTR_OS2_PREFIX_LEN + 1, in __jfs_setxattr()692 if (!os2name) in __jfs_setxattr()694 strcpy(os2name, name + XATTR_OS2_PREFIX_LEN); in __jfs_setxattr()695 name = os2name; in __jfs_setxattr()804 if (os2name) in __jfs_setxattr()805 kfree(os2name); in __jfs_setxattr()837 char *os2name = NULL; in __jfs_getxattr() local845 os2name = kmalloc(namelen - XATTR_OS2_PREFIX_LEN + 1, in __jfs_getxattr()847 if (!os2name) in __jfs_getxattr()[all …]