Searched refs:ac_flags (Results 1 – 6 of 6) sorted by relevance
113 gcred->acred.ac_flags = 0; in generic_create_cred()239 if (test_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags)) in generic_key_timeout()250 set_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); in generic_key_timeout()255 &acred->ac_flags)) in generic_key_timeout()259 set_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags); in generic_key_timeout()287 ret = test_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); in generic_key_to_expire()
1667 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_use_best_found()1695 !(ac->ac_flags & EXT4_MB_HINT_FIRST)) { in ext4_mb_check_limits()1746 if (unlikely(ac->ac_flags & EXT4_MB_HINT_FIRST)) { in ext4_mb_measure_extent()1827 if (!(ac->ac_flags & EXT4_MB_HINT_TRY_GOAL)) in ext4_mb_find_by_goal()1864 } else if (max > 0 && (ac->ac_flags & EXT4_MB_HINT_MERGE)) { in ext4_mb_find_by_goal()2068 if ((ac->ac_flags & EXT4_MB_HINT_DATA) && in ext4_mb_good_group()2122 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) in ext4_mb_regular_allocator()2149 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { in ext4_mb_regular_allocator()2227 !(ac->ac_flags & EXT4_MB_HINT_FIRST)) { in ext4_mb_regular_allocator()2245 ac->ac_flags |= EXT4_MB_HINT_FIRST; in ext4_mb_regular_allocator()[all …]
168 __u16 ac_flags; /* allocation hints */ member
53 unsigned long ac_flags; member
1509 if (test_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags) && in gss_match()1512 test_and_clear_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags); in gss_match()1514 set_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); in gss_match()
1000 __entry->flags = ac->ac_flags;