Searched refs:CIFS_INO_LOCK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 2251 rc = wait_on_bit_lock_action(flags, CIFS_INO_LOCK, cifs_wait_bit_killable, 2262 clear_bit_unlock(CIFS_INO_LOCK, flags); 2264 wake_up_bit(flags, CIFS_INO_LOCK);
|
H A D | cifsglob.h | 1481 #define CIFS_INO_LOCK (5) /* lock bit for synchronization */ macro
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | inode.c | 2505 rc = wait_on_bit_lock_action(flags, CIFS_INO_LOCK, cifs_wait_bit_killable, 2521 clear_bit_unlock(CIFS_INO_LOCK, flags); 2523 wake_up_bit(flags, CIFS_INO_LOCK);
|
H A D | cifsglob.h | 1551 #define CIFS_INO_LOCK (5) /* lock bit for synchronization */ macro
|
Completed in 17 milliseconds