Home
last modified time | relevance | path

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

/linux-2.6.39/fs/jfs/
Dxattr.c778 char *os2name = NULL; in __jfs_setxattr() local
784 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()