Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dauth_generic.c113 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()
/Linux-v4.19/fs/ext4/
Dmballoc.c1667 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 …]
Dmballoc.h168 __u16 ac_flags; /* allocation hints */ member
/Linux-v4.19/include/linux/sunrpc/
Dauth.h53 unsigned long ac_flags; member
/Linux-v4.19/net/sunrpc/auth_gss/
Dauth_gss.c1509 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()
/Linux-v4.19/include/trace/events/
Dext4.h1000 __entry->flags = ac->ac_flags;