Searched refs:not_empty (Results 1 – 10 of 10) sorted by relevance
630 goto not_empty; in nilfs_empty_dir()635 goto not_empty; in nilfs_empty_dir()637 goto not_empty; in nilfs_empty_dir()641 goto not_empty; in nilfs_empty_dir()643 goto not_empty; in nilfs_empty_dir()651 not_empty: in nilfs_empty_dir()
387 goto not_empty; in minix_empty_dir()390 goto not_empty; in minix_empty_dir()392 goto not_empty; in minix_empty_dir()394 goto not_empty; in minix_empty_dir()401 not_empty: in minix_empty_dir()
603 goto not_empty; in ufs_empty_dir()609 goto not_empty; in ufs_empty_dir()611 goto not_empty; in ufs_empty_dir()615 goto not_empty; in ufs_empty_dir()617 goto not_empty; in ufs_empty_dir()625 not_empty: in ufs_empty_dir()
681 goto not_empty; in ext2_empty_dir()686 goto not_empty; in ext2_empty_dir()688 goto not_empty; in ext2_empty_dir()692 goto not_empty; in ext2_empty_dir()694 goto not_empty; in ext2_empty_dir()702 not_empty: in ext2_empty_dir()
248 goto not_empty; in affs_empty_dir()250 not_empty: in affs_empty_dir()
939 int i, not_empty = 0; in iwl_send_static_wepkey_cmd() local958 not_empty = 1; in iwl_send_static_wepkey_cmd()975 if (not_empty || send_if_empty) in iwl_send_static_wepkey_cmd()
2871 u32 val, not_empty, i; in rtw89_mac_dump_qta_lost_be() local2883 for (not_empty = ~qempty.qempty, i = 0; not_empty != 0; not_empty >>= 1, i++) { in rtw89_mac_dump_qta_lost_be()2884 if (!(not_empty & BIT(0))) in rtw89_mac_dump_qta_lost_be()
218 u32 val, not_empty, i; in rtw89_mac_dump_qta_lost_ax() local230 for (not_empty = ~qempty.qempty, i = 0; not_empty != 0; not_empty >>= 1, i++) { in rtw89_mac_dump_qta_lost_ax()231 if (!(not_empty & BIT(0))) in rtw89_mac_dump_qta_lost_ax()
3135 bool not_empty = false; in il4965_static_wepkey_cmd() local3148 not_empty = true; in il4965_static_wepkey_cmd()3162 if (not_empty || send_if_empty) in il4965_static_wepkey_cmd()
212 static inline __init int not_empty(struct maple_node *node) in not_empty() function