Searched refs:uflags (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_quotaops.c | 138 xfs_quota_flags(unsigned int uflags) in xfs_quota_flags() argument 142 if (uflags & FS_QUOTA_UDQ_ACCT) in xfs_quota_flags() 144 if (uflags & FS_QUOTA_PDQ_ACCT) in xfs_quota_flags() 146 if (uflags & FS_QUOTA_GDQ_ACCT) in xfs_quota_flags() 148 if (uflags & FS_QUOTA_UDQ_ENFD) in xfs_quota_flags() 150 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags() 152 if (uflags & FS_QUOTA_PDQ_ENFD) in xfs_quota_flags() 161 unsigned int uflags) in xfs_quota_enable() argument 170 return xfs_qm_scall_quotaon(mp, xfs_quota_flags(uflags)); in xfs_quota_enable() 176 unsigned int uflags) in xfs_quota_disable() argument [all …]
|
/Linux-v5.4/drivers/char/ |
D | ppdev.c | 488 int uflags; in pp_do_ioctl() local 490 if (copy_from_user(&uflags, argp, sizeof(uflags))) in pp_do_ioctl() 493 pp->flags |= (uflags & PP_FLAGMASK); in pp_do_ioctl() 498 int uflags; in pp_do_ioctl() local 500 uflags = pp->flags & PP_FLAGMASK; in pp_do_ioctl() 501 if (copy_to_user(argp, &uflags, sizeof(uflags))) in pp_do_ioctl()
|
/Linux-v5.4/include/uapi/linux/ |
D | target_core_user.h | 76 __u8 uflags; member
|
/Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 145 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() argument 157 else if (uflags & SYM_MEM_WARN) in __sym_calloc2()
|
/Linux-v5.4/fs/9p/ |
D | v9fs_vfs.h | 59 int v9fs_uflags2omode(int uflags, int extended);
|
D | vfs_inode.c | 160 int v9fs_uflags2omode(int uflags, int extended) in v9fs_uflags2omode() argument 165 switch (uflags&3) { in v9fs_uflags2omode() 181 if (uflags & O_EXCL) in v9fs_uflags2omode() 184 if (uflags & O_APPEND) in v9fs_uflags2omode()
|
/Linux-v5.4/Documentation/target/ |
D | tcmu-design.rst | 166 (uflags). 200 hdr.uflags, update cmd_tail, and proceed with processing additional 376 ent->hdr.uflags |= TCMU_UFLAG_UNKNOWN_OP;
|
/Linux-v5.4/drivers/tty/serial/ |
D | lpc32xx_hs.c | 578 static void serial_lpc32xx_config_port(struct uart_port *port, int uflags) in serial_lpc32xx_config_port() argument
|
D | serial_txx9.c | 816 static void serial_txx9_config_port(struct uart_port *port, int uflags) in serial_txx9_config_port() argument
|
/Linux-v5.4/drivers/target/ |
D | target_core_user.c | 1028 entry->hdr.uflags = 0; in queue_cmd_ring() 1150 if (entry->hdr.uflags & TCMU_UFLAG_UNKNOWN_OP) { in tcmu_handle_completion() 1159 (entry->hdr.uflags & TCMU_UFLAG_READ_LEN) && entry->rsp.read_len) { in tcmu_handle_completion()
|
/Linux-v5.4/drivers/scsi/ |
D | ncr53c8xx.c | 313 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() argument 324 else if (uflags & MEMO_WARN) in __m_calloc2()
|