Home
last modified time | relevance | path

Searched refs:fd_flags (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/scsi/fc/
Dfc_fip.h248 __u8 fd_flags; /* bit0 is fka disable flag */ member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c277 if (unlikely(fd->fd_flags & LL_FILE_GROUP_LOCKED)) in ll_md_close()
349 if (unlikely(fd->fd_flags & LL_FILE_RMTACL)) { in ll_file_release()
350 fd->fd_flags &= ~LL_FILE_RMTACL; in ll_file_release()
1130 !(cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ll_file_io_generic()
1566 if (fd->fd_flags & LL_FILE_GROUP_LOCKED) { in ll_get_grouplock()
1581 if (fd->fd_flags & LL_FILE_GROUP_LOCKED) { in ll_get_grouplock()
1588 fd->fd_flags |= LL_FILE_GROUP_LOCKED; in ll_get_grouplock()
1604 if (!(fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ll_put_grouplock()
1620 fd->fd_flags &= ~LL_FILE_GROUP_LOCKED; in ll_put_grouplock()
2224 return put_user(fd->fd_flags, (int *)arg); in ll_file_ioctl()
[all …]
Dllite_internal.h630 __u32 fd_flags; member
1416 return ((fd->fd_flags & LL_FILE_IGNORE_LOCK) || in ll_file_nolock()
Dvvp_io.c860 vmpage->mapping, &queue->c2_qin, fd->fd_flags); in vvp_io_read_page()
Ddir.c1731 fd->fd_flags |= LL_FILE_RMTACL; in ll_dir_ioctl()
/linux-4.1.27/include/scsi/
Dlibfcoe.h223 u8 fd_flags:1; member
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_ctlr.c977 if (fka->fd_flags & FIP_FKA_ADV_D) in fcoe_ctlr_parse_adv()
978 fcf->fd_flags = 1; in fcoe_ctlr_parse_adv()
1072 fcf->fd_flags = new.fd_flags; in fcoe_ctlr_recv_adv()
1076 if (fcf == fip->sel_fcf && !fcf->fd_flags) { in fcoe_ctlr_recv_adv()
1800 if (sel && !sel->fd_flags) { in fcoe_ctlr_timer_work()
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c482 if (cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED) in ccc_page_is_under_lock()
714 if (cio->cui_fd && (cio->cui_fd->fd_flags & LL_FILE_GROUP_LOCKED)) { in ccc_io_one_lock_index()