Lines Matching refs:actx
3150 ntfs_attr_search_ctx *actx = NULL;
3177 actx = ntfs_attr_get_search_ctx(ni, NULL);
3178 if (!actx) {
3185 ret = ntfs_fuse_listxattr_common(ni, actx, list, size,
3193 if (actx)
3194 ntfs_attr_put_search_ctx(actx);
3203 ntfs_attr_search_ctx *actx = NULL;
3230 actx = ntfs_attr_get_search_ctx(ni, NULL);
3231 if (!actx) {
3236 0, NULL, 0, actx)) {
3240 if (!actx->attr->name_length)
3242 tmp_name_len = ntfs_ucstombs((ntfschar *)((u8*)actx->attr +
3243 le16_to_cpu(actx->attr->name_offset)),
3244 actx->attr->name_length, &tmp_name, 0);
3272 if (actx)
3273 ntfs_attr_put_search_ctx(actx);