Searched refs:ix (Results 1 – 1 of 1) sorted by relevance
29 if (ix->filename) in io_xattr_cleanup()30 putname(ix->filename); in io_xattr_cleanup()32 kfree(ix->ctx.kname); in io_xattr_cleanup()33 kvfree(ix->ctx.kvalue); in io_xattr_cleanup()51 ix->filename = NULL; in __io_getxattr_prep()52 ix->ctx.kvalue = NULL; in __io_getxattr_prep()58 if (ix->ctx.flags) in __io_getxattr_prep()61 ix->ctx.kname = kmalloc(sizeof(*ix->ctx.kname), GFP_KERNEL); in __io_getxattr_prep()62 if (!ix->ctx.kname) in __io_getxattr_prep()142 ix->ctx.kname = kmalloc(sizeof(*ix->ctx.kname), GFP_KERNEL); in __io_setxattr_prep()[all …]
Completed in 3 milliseconds