Home
last modified time | relevance | path

Searched refs:B_FALSE (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_types.h35 typedef enum { B_FALSE,B_TRUE } boolean_t; enumerator
Dxfs_utils.c70 boolean_t call_again = B_FALSE; in xfs_dir_ialloc()
Dxfs_vnodeops.c849 boolean_t unlock_dp_on_error = B_FALSE; in xfs_create()
954 unlock_dp_on_error = B_FALSE; in xfs_create()
1491 boolean_t unlock_dp_on_error = B_FALSE; in xfs_symlink()
1608 unlock_dp_on_error = B_FALSE; in xfs_symlink()
Dxfs_trans_dquot.c542 locked = B_FALSE; in xfs_trans_unreserve_and_mod_dquots()
Dxfs_qm_syscalls.c414 tempuqip = tempgqip = B_FALSE; in xfs_qm_scall_getqstat()
Dxfs_log.c3415 if (syncing == B_FALSE || (field_offset & 0x1ff)) { in xlog_verify_iclog()
3438 if (syncing == B_FALSE || (field_offset & 0x1ff)) { in xlog_verify_iclog()
Dxfs_ialloc.c723 *alloc_done = B_FALSE; in xfs_dialloc()