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

/macosx-10.10/ntfs-84/kext/
H A Dntfs_inode.h293 NI_Locked, /* 1: Ntfs inode is locked. */ enumerator in enum:__anon11326
419 (void)OSBitAndAtomic(~(((u32)1 << NI_Locked) | ((u32)1 << NI_Alloc)),
547 * NI_Alloc and NI_Locked flag and wakeup any waiters on the inode.
H A Dntfs_inode.c207 ni->flags = (1 << NI_Locked) | (1 << NI_Alloc);

Completed in 125 milliseconds