Searched defs:file_lock (Results 1 – 3 of 3) sorted by relevance
94 struct file_lock { struct114 static struct file_lock *lalloc(void); argument
55 struct file_lock { struct57 FILE *fp; /* The target file. */58 struct pthread_queue lockers;59 pthread_t owner;60 int count;
1385 file_lock(SCR *sp, char *name, int *fdp, int fd, int iswrite) in file_lock() function