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.c595 set_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_get_writer()
601 clear_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_get_writer()
602 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_get_writer()
616 clear_bit(CIFS_INODE_PENDING_WRITERS, &cinode->flags); in cifs_put_writer()
617 wake_up_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS); in cifs_put_writer()
H A Dcifsglob.h1582 #define CIFS_INODE_PENDING_WRITERS (1) /* Writes in progress */ macro
H A Dfile.c3066 wait_on_bit(&cinode->flags, CIFS_INODE_PENDING_WRITERS, in cifs_oplock_break()