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

/linux-4.4.14/drivers/md/persistent-data/
H A Ddm-block-manager.c343 int write_locked; member in struct:buffer_aux
468 aux->write_locked = 0; dm_bm_read_lock()
504 aux->write_locked = 1; dm_bm_write_lock()
538 aux->write_locked = 0; dm_bm_read_try_lock()
574 aux->write_locked = 1; dm_bm_write_lock_zero()
586 if (aux->write_locked) { dm_bm_unlock()
/linux-4.4.14/fs/ntfs/
H A Dattrib.h68 const bool write_locked);
H A Dattrib.c315 * @write_locked: true if the runlist is locked for writing
324 * If @write_locked is true the caller has locked the runlist for writing and
337 * - If @write_locked is 'false', i.e. the runlist is locked for reading,
342 const bool write_locked) ntfs_attr_vcn_to_lcn_nolock()
351 write_locked ? "write" : "read"); ntfs_attr_vcn_to_lcn_nolock()
375 if (!write_locked) { ntfs_attr_vcn_to_lcn_nolock()
386 if (!write_locked) { ntfs_attr_vcn_to_lcn_nolock()
341 ntfs_attr_vcn_to_lcn_nolock(ntfs_inode *ni, const VCN vcn, const bool write_locked) ntfs_attr_vcn_to_lcn_nolock() argument
/linux-4.4.14/net/core/
H A Dneighbour.c719 Called with write_locked neigh.
731 Called with write_locked neigh.

Completed in 172 milliseconds