Searched refs:ioctl_flags (Results 1 – 5 of 5) sorted by relevance
64 if (ioctl_flags & FS_COMPR_FL) in ioctl2ubifs()66 if (ioctl_flags & FS_SYNC_FL) in ioctl2ubifs()68 if (ioctl_flags & FS_APPEND_FL) in ioctl2ubifs()72 if (ioctl_flags & FS_DIRSYNC_FL) in ioctl2ubifs()87 int ioctl_flags = 0; in ubifs2ioctl() local90 ioctl_flags |= FS_COMPR_FL; in ubifs2ioctl()92 ioctl_flags |= FS_SYNC_FL; in ubifs2ioctl()94 ioctl_flags |= FS_APPEND_FL; in ubifs2ioctl()98 ioctl_flags |= FS_DIRSYNC_FL; in ubifs2ioctl()100 ioctl_flags |= FS_ENCRYPT_FL; in ubifs2ioctl()[all …]
1789 static ioctl_fn lookup_ioctl(unsigned int cmd, int *ioctl_flags) in lookup_ioctl() argument1824 *ioctl_flags = _ioctls[cmd].flags; in lookup_ioctl()1874 int ioctl_flags, struct dm_ioctl **param, int *param_flags) in copy_params() argument1894 if (ioctl_flags & IOCTL_FLAGS_NO_PARAMS) { in copy_params()1972 int ioctl_flags; in ctl_ioctl() local2003 fn = lookup_ioctl(cmd, &ioctl_flags); in ctl_ioctl()2012 r = copy_params(user, ¶m_kernel, ioctl_flags, ¶m, ¶m_flags); in ctl_ioctl()2026 unlikely(ioctl_flags & IOCTL_FLAGS_NO_PARAMS)) in ctl_ioctl()2029 if (!r && ioctl_flags & IOCTL_FLAGS_ISSUE_GLOBAL_EVENT) in ctl_ioctl()
432 __le16 ioctl_flags; member
2213 fstatus.ioctl_flags = pkt->fw_iotcl_flags; in qlafx00_ioctl_iosb_entry()
124 __u32 ioctl_flags; member1071 if (addfd->ioctl_flags & SECCOMP_ADDFD_FLAG_SEND) { in seccomp_handle_addfd()1626 kaddfd.ioctl_flags = addfd.flags; in seccomp_notify_addfd()
Completed in 24 milliseconds