Searched refs:write_locked (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_compress.c111 BOOL is_retry, write_locked; local
118 write_locked = is_retry = FALSE;
162 if (!write_locked) {
163 write_locked = TRUE;
178 if (write_locked)
H A Dntfs_attr.h65 const VCN vcn, const BOOL write_locked, s64 *clusters);
H A Dntfs_attr.c405 * @write_locked: true if the runlist is locked for writing
415 * If @write_locked is true the caller has locked the runlist for writing and
431 * - If @write_locked is FALSE, i.e. the runlist is locked for reading,
436 const BOOL write_locked, s64 *clusters)
445 write_locked ? "write" : "read");
481 if (!write_locked && !need_lock_switch) {
4084 BOOL locked, write_locked, is_sparse, mark_sizes_dirty; local
4096 mark_sizes_dirty = write_locked = FALSE;
4217 write_locked = locked = FALSE;
4231 if (!write_locked) {
435 ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, const BOOL write_locked, s64 *clusters) argument
[all...]
H A Dntfs_vnops.c3057 * @write_locked: if true the ntfs inode lock is already taken for writing
3097 BOOL write_locked)
3118 "0x%llx, ioflags 0x%x, write_locked is %s.",
3122 write_locked ? "true" : "false");
3160 was_locked = write_locked;
3164 write_locked = TRUE;
3191 write_locked = TRUE;
3194 write_locked = FALSE;
3204 if (write_locked)
3216 if (!write_locked
3096 ntfs_write(ntfs_inode *ni, uio_t uio, int ioflags, BOOL write_locked) argument
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drbtdb.c1698 isc_boolean_t write_locked; local
1769 write_locked = ISC_TF(result == ISC_R_SUCCESS);
1771 write_locked = ISC_TRUE;
1782 if (write_locked) {
1874 if (write_locked)
1878 if (write_locked)

Completed in 123 milliseconds