Searched refs:uflags (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_quotaops.c | 140 if (uflags & FS_QUOTA_UDQ_ACCT) in xfs_quota_flags() 142 if (uflags & FS_QUOTA_PDQ_ACCT) in xfs_quota_flags() 144 if (uflags & FS_QUOTA_GDQ_ACCT) in xfs_quota_flags() 146 if (uflags & FS_QUOTA_UDQ_ENFD) in xfs_quota_flags() 148 if (uflags & FS_QUOTA_GDQ_ENFD) in xfs_quota_flags() 159 unsigned int uflags) in xfs_quota_enable() argument 174 unsigned int uflags) in xfs_quota_disable() argument 189 unsigned int uflags) in xfs_fs_rm_xquota() argument 203 if (uflags & FS_USER_QUOTA) in xfs_fs_rm_xquota() 205 if (uflags & FS_GROUP_QUOTA) in xfs_fs_rm_xquota() [all …]
|
/openbmc/linux/drivers/char/ |
H A D | ppdev.c | 500 int uflags; in pp_do_ioctl() local 502 if (copy_from_user(&uflags, argp, sizeof(uflags))) in pp_do_ioctl() 505 pp->flags |= (uflags & PP_FLAGMASK); in pp_do_ioctl() 510 int uflags; in pp_do_ioctl() local 512 uflags = pp->flags & PP_FLAGMASK; in pp_do_ioctl() 513 if (copy_to_user(argp, &uflags, sizeof(uflags))) in pp_do_ioctl()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A 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()
|
/openbmc/linux/fs/9p/ |
H A D | v9fs_vfs.h | 57 int v9fs_uflags2omode(int uflags, int extended);
|
H A D | vfs_inode.c | 162 int v9fs_uflags2omode(int uflags, int extended) in v9fs_uflags2omode() argument 166 switch (uflags&3) { in v9fs_uflags2omode() 181 if (uflags & O_TRUNC) in v9fs_uflags2omode() 185 if (uflags & O_EXCL) in v9fs_uflags2omode() 188 if (uflags & O_APPEND) in v9fs_uflags2omode()
|
/openbmc/linux/include/uapi/linux/ |
H A D | target_core_user.h | 80 __u8 uflags; member
|
/openbmc/linux/Documentation/target/ |
H A 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;
|
/openbmc/linux/drivers/tty/serial/ |
H A D | lpc32xx_hs.c | 553 static void serial_lpc32xx_config_port(struct uart_port *port, int uflags) in serial_lpc32xx_config_port() argument
|
H A D | serial_txx9.c | 763 static void serial_txx9_config_port(struct uart_port *up, int uflags) in serial_txx9_config_port() argument
|
/openbmc/linux/drivers/target/ |
H A D | target_core_user.c | 970 hdr->uflags = 0; in ring_insert_padding() 1349 if (entry->hdr.uflags & TCMU_UFLAG_UNKNOWN_OP) { in tcmu_handle_completion() 1358 (entry->hdr.uflags & TCMU_UFLAG_READ_LEN) && entry->rsp.read_len) { in tcmu_handle_completion() 1482 keep_buf = !!(entry->hdr.uflags & TCMU_UFLAG_KEEP_BUF); in tcmu_handle_completions()
|
/openbmc/linux/fs/ |
H A D | namei.c | 209 getname_uflags(const char __user *filename, int uflags) in getname_uflags() argument 211 int flags = (uflags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in getname_uflags()
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 318 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() argument 329 else if (uflags & MEMO_WARN) in __m_calloc2()
|