Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c276 if (unlikely(fd->fd_flags & LL_FILE_GROUP_LOCKED)) in ll_md_close()
1121 !(cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ll_file_io_generic()
1557 if (fd->fd_flags & LL_FILE_GROUP_LOCKED) { in ll_get_grouplock()
1572 if (fd->fd_flags & LL_FILE_GROUP_LOCKED) { in ll_get_grouplock()
1579 fd->fd_flags |= LL_FILE_GROUP_LOCKED; in ll_get_grouplock()
1595 if (!(fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ll_put_grouplock()
1611 fd->fd_flags &= ~LL_FILE_GROUP_LOCKED; in ll_put_grouplock()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c466 if (cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED) in ccc_page_is_under_lock()
643 if (cio->cui_fd && (cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ccc_io_one_lock_index()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h273 #define LL_FILE_GROUP_LOCKED 0x00000002 macro