Home
last modified time | relevance | path

Searched refs:CIFS_INODE_PENDING_WRITERS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dmisc.c591 set_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_get_writer()
597 clear_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_get_writer()
598 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_get_writer()
612 clear_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_put_writer()
613 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_put_writer()
H A Dcifsglob.h1567 #define CIFS_INODE_PENDING_WRITERS (1) /* Writes in progress */ macro
H A Dfile.c3058 wait_on_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS, in cifs_oplock_break()