Home
last modified time | relevance | path

Searched refs:uflags (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_quotaops.c139 xfs_quota_flags(unsigned int uflags) in xfs_quota_flags() argument
143 if (uflags & FS_QUOTA_UDQ_ACCT) in xfs_quota_flags()
145 if (uflags & FS_QUOTA_PDQ_ACCT) in xfs_quota_flags()
147 if (uflags & FS_QUOTA_GDQ_ACCT) in xfs_quota_flags()
149 if (uflags & FS_QUOTA_UDQ_ENFD) in xfs_quota_flags()
151 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags()
153 if (uflags & FS_QUOTA_PDQ_ENFD) in xfs_quota_flags()
162 unsigned int uflags) in xfs_quota_enable() argument
171 return xfs_qm_scall_quotaon(mp, xfs_quota_flags(uflags)); in xfs_quota_enable()
177 unsigned int uflags) in xfs_quota_disable() argument
[all …]
/Linux-v4.19/drivers/char/
Dppdev.c492 int uflags; in pp_do_ioctl() local
494 if (copy_from_user(&uflags, argp, sizeof(uflags))) in pp_do_ioctl()
497 pp->flags |= (uflags & PP_FLAGMASK); in pp_do_ioctl()
502 int uflags; in pp_do_ioctl() local
504 uflags = pp->flags & PP_FLAGMASK; in pp_do_ioctl()
505 if (copy_to_user(argp, &uflags, sizeof(uflags))) in pp_do_ioctl()
/Linux-v4.19/fs/9p/
Dv9fs_vfs.h69 int v9fs_uflags2omode(int uflags, int extended);
Dvfs_inode.c175 int v9fs_uflags2omode(int uflags, int extended) in v9fs_uflags2omode() argument
180 switch (uflags&3) { in v9fs_uflags2omode()
196 if (uflags & O_EXCL) in v9fs_uflags2omode()
199 if (uflags & O_APPEND) in v9fs_uflags2omode()
/Linux-v4.19/include/uapi/linux/
Dtarget_core_user.h76 __u8 uflags; member
/Linux-v4.19/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c158 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() argument
170 else if (uflags & SYM_MEM_WARN) in __sym_calloc2()
/Linux-v4.19/Documentation/target/
Dtcmu-design.txt146 (uflags).
180 hdr.uflags, update cmd_tail, and proceed with processing additional
352 ent->hdr.uflags |= TCMU_UFLAG_UNKNOWN_OP;
/Linux-v4.19/drivers/tty/serial/
Dlpc32xx_hs.c603 static void serial_lpc32xx_config_port(struct uart_port *port, int uflags) in serial_lpc32xx_config_port() argument
Dserial_txx9.c817 static void serial_txx9_config_port(struct uart_port *port, int uflags) in serial_txx9_config_port() argument
/Linux-v4.19/drivers/target/
Dtarget_core_user.c1035 entry->hdr.uflags = 0; in queue_cmd_ring()
1150 if (entry->hdr.uflags & TCMU_UFLAG_UNKNOWN_OP) { in tcmu_handle_completion()
1158 (entry->hdr.uflags & TCMU_UFLAG_READ_LEN) && entry->rsp.read_len) { in tcmu_handle_completion()
/Linux-v4.19/drivers/scsi/
Dncr53c8xx.c325 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() argument
336 else if (uflags & MEMO_WARN) in __m_calloc2()