Lines Matching refs:list
840 * See more on the ntfs-3g-devel list.
1511 /* initial call : build the full list */
2787 * having to check the list of open files when opening
3138 /* remove from open files list */
3467 char *list = (char*)NULL;
3497 list = (char*)malloc(size);
3498 if (!list) {
3506 ret = ntfs_fuse_listxattr_common(ni, actx, list, size,
3523 fuse_reply_buf(req, list, ret);
3526 free(list);