Searched refs:new_lock (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/ |
H A D | audit.c | 1129 u32 old_lock, u32 new_lock, int res) in audit_log_feature_change() argument 1142 !!old_lock, !!new_lock, res); in audit_log_feature_change() 1156 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1164 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1170 old_lock, new_lock, 0); in audit_set_feature() 1177 u32 old_feature, new_feature, old_lock, new_lock; in audit_set_feature() local 1186 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 1190 old_lock, new_lock, 1); in audit_set_feature() 1196 af.lock |= new_lock; in audit_set_feature()
|
/openbmc/linux/include/linux/ |
H A D | nfs_xdr.h | 566 unsigned char new_lock : 1; member
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 7191 if (data->arg.new_lock && !data->cancelled) { in nfs4_lock_done() 7308 data->arg.new_lock = 1; in _nfs4_do_setlk()
|