Home
last modified time | relevance | path

Searched refs:PLOCK (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/src/cmd/cwfs/
H A Dall.h35 PLOCK = 1L<<29, /* is locked on open */ enumerator
H A D9p1lib.c239 q |= PLOCK; in convD2M9p1()
483 if(f->atime & PLOCK) in convM2D9p1()
H A Dcon.c450 perm |= PLOCK; in cmd_create()
H A D9p1.c769 if(in->perm & PLOCK) { in f_create()
H A D9p2.c940 if(f->perm & PLOCK){ in fs_create()
/plan9/sys/src/cmd/disk/kfs/
H A Ddat.h124 #define PLOCK (1L<<29) /* is locked on open */ macro
H A D9p1lib.c229 q |= PLOCK; in convD2M9p1()
452 if(f->atime & PLOCK) in convM2D9p1()
H A Dcon.c175 perm |= PLOCK; in cmd_create()
H A D9p1.c701 if(in->perm & PLOCK) { in f_create()
H A D9p2.c957 if(f->perm & PLOCK){ in fscreate()