Searched refs:ac_flags (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/net/sunrpc/
H A Dauth_generic.c98 gcred->acred.ac_flags = 0; generic_create_cred()
208 * on the acred ac_flags and return 0.
220 if (test_bit(RPC_CRED_NO_CRKEY_TIMEOUT, &acred->ac_flags)) generic_key_timeout()
224 if (test_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags)) generic_key_timeout()
233 set_bit(RPC_CRED_NO_CRKEY_TIMEOUT, &acred->ac_flags); generic_key_timeout()
241 set_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); generic_key_timeout()
246 &acred->ac_flags)) generic_key_timeout()
250 set_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags); generic_key_timeout()
278 ret = test_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); generic_key_to_expire()
/linux-4.4.14/include/linux/sunrpc/
H A Dauth.h31 /* auth_cred ac_flags bits */
45 unsigned long ac_flags; member in struct:auth_cred
/linux-4.4.14/fs/ext4/
H A Dmballoc.c1667 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { ext4_mb_use_best_found()
1695 !(ac->ac_flags & EXT4_MB_HINT_FIRST)) { ext4_mb_check_limits()
1746 if (unlikely(ac->ac_flags & EXT4_MB_HINT_FIRST)) { ext4_mb_measure_extent()
1827 if (!(ac->ac_flags & EXT4_MB_HINT_TRY_GOAL)) ext4_mb_find_by_goal()
1864 } else if (max > 0 && (ac->ac_flags & EXT4_MB_HINT_MERGE)) { ext4_mb_find_by_goal()
2064 if ((ac->ac_flags & EXT4_MB_HINT_DATA) && ext4_mb_good_group()
2118 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) ext4_mb_regular_allocator()
2142 if (ac->ac_flags & EXT4_MB_STREAM_ALLOC) { ext4_mb_regular_allocator()
2220 !(ac->ac_flags & EXT4_MB_HINT_FIRST)) { ext4_mb_regular_allocator()
2238 ac->ac_flags |= EXT4_MB_HINT_FIRST; ext4_mb_regular_allocator()
2976 if (!(ac->ac_flags & EXT4_MB_DELALLOC_RESERVED)) ext4_mb_mark_diskspace_used()
3037 if (!(ac->ac_flags & EXT4_MB_HINT_DATA)) ext4_mb_normalize_request()
3041 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) ext4_mb_normalize_request()
3046 if (ac->ac_flags & EXT4_MB_HINT_NOPREALLOC) ext4_mb_normalize_request()
3049 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) { ext4_mb_normalize_request()
3196 ac->ac_flags |= EXT4_MB_HINT_TRY_GOAL; ext4_mb_normalize_request()
3203 ac->ac_flags |= EXT4_MB_HINT_TRY_GOAL; ext4_mb_normalize_request()
3366 if (!(ac->ac_flags & EXT4_MB_HINT_DATA)) ext4_mb_use_preallocated()
3401 if (!(ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC)) ext4_mb_use_preallocated()
3735 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) ext4_mb_new_preallocation()
4060 ac->ac_status, ac->ac_flags); ext4_mb_show_ac()
4125 if (!(ac->ac_flags & EXT4_MB_HINT_DATA)) ext4_mb_group_or_file()
4128 if (unlikely(ac->ac_flags & EXT4_MB_HINT_GOAL_ONLY)) ext4_mb_group_or_file()
4138 ac->ac_flags |= EXT4_MB_HINT_NOPREALLOC; ext4_mb_group_or_file()
4143 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; ext4_mb_group_or_file()
4150 ac->ac_flags |= EXT4_MB_STREAM_ALLOC; ext4_mb_group_or_file()
4163 ac->ac_flags |= EXT4_MB_HINT_GROUP_ALLOC; ext4_mb_group_or_file()
4205 ac->ac_flags = ar->flags; ext4_mb_initialize_context()
4214 (unsigned) ar->goal, ac->ac_flags, ac->ac_2order, ext4_mb_initialize_context()
4388 if (ac->ac_flags & EXT4_MB_HINT_GROUP_ALLOC) ext4_mb_release_context()
H A Dmballoc.h182 __u16 ac_flags; /* allocation hints */ member in struct:ext4_allocation_context
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dauth_gss.c1461 if (test_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags) && gss_match()
1464 test_and_clear_bit(RPC_CRED_NOTIFY_TIMEOUT, &acred->ac_flags); gss_match()
1466 set_bit(RPC_CRED_KEY_EXPIRE_SOON, &acred->ac_flags); gss_match()
/linux-4.4.14/include/trace/events/
H A Dext4.h1000 __entry->flags = ac->ac_flags;

Completed in 229 milliseconds