Home
last modified time | relevance | path

Searched refs:newl1 (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c2484 struct lock *newl1 = NULL; in locks_insert() local
2488 newl1 = malloc(sizeof(struct lock)); in locks_insert()
2491 if (!newl1 || !newl2) { in locks_insert()
2492 free(newl1); in locks_insert()
2544 *newl1 = *lock; in locks_insert()
2545 insert_lock(lp, newl1); in locks_insert()
2546 newl1 = NULL; in locks_insert()
2549 free(newl1); in locks_insert()
/third_party/libfuse/lib/
H A Dfuse.c3961 struct lock *newl1 = NULL; in locks_insert() local
3966 newl1 = malloc(sizeof(struct lock)); in locks_insert()
3969 if (!newl1 || !newl2) { in locks_insert()
3970 free(newl1); in locks_insert()
4022 *newl1 = *lock; in locks_insert()
4023 insert_lock(lp, newl1); in locks_insert()
4024 newl1 = NULL; in locks_insert()
4027 free(newl1); in locks_insert()

Completed in 12 milliseconds