Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jfs/
Dxattr.c707 char *os2name = NULL; in __jfs_setxattr() local
713 os2name = kmalloc(namelen - XATTR_OS2_PREFIX_LEN + 1, in __jfs_setxattr()
715 if (!os2name) in __jfs_setxattr()
717 strcpy(os2name, name + XATTR_OS2_PREFIX_LEN); in __jfs_setxattr()
718 name = os2name; in __jfs_setxattr()
844 kfree(os2name); in __jfs_setxattr()