Home
last modified time | relevance | path

Searched refs:fdq (Results 1 – 5 of 5) sorted by relevance

/linux/fs/quota/
A Dquota.c205 struct qc_dqblk fdq; in quota_getquota() local
217 copy_to_if_dqblk(&idq, &fdq); in quota_getquota()
241 struct qc_dqblk fdq; in quota_getnextquota() local
290 struct qc_dqblk fdq; in quota_setquota() local
309 copy_from_if_dqblk(&fdq, &idq); in quota_setquota()
627 struct fs_disk_quota fdq; in quota_setxquota() local
631 if (copy_from_user(&fdq, addr, sizeof(fdq))) in quota_setxquota()
708 struct fs_disk_quota fdq; in quota_getxquota() local
722 if (copy_to_user(addr, &fdq, sizeof(fdq))) in quota_getxquota()
734 struct fs_disk_quota fdq; in quota_getnextxquota() local
[all …]
/linux/fs/gfs2/
A Dquota.c819 struct qc_dqblk *fdq) in gfs2_adjust_quota() argument
844 if (fdq) { in gfs2_adjust_quota()
853 if (fdq->d_fieldmask & QC_SPACE) { in gfs2_adjust_quota()
1624 struct qc_dqblk *fdq) in gfs2_get_dqblk() argument
1632 memset(fdq, 0, sizeof(*fdq)); in gfs2_get_dqblk()
1663 struct qc_dqblk *fdq) in gfs2_set_dqblk() argument
1709 fdq->d_fieldmask ^= QC_SPC_SOFT; in gfs2_set_dqblk()
1713 fdq->d_fieldmask ^= QC_SPC_HARD; in gfs2_set_dqblk()
1715 if ((fdq->d_fieldmask & QC_SPACE) && in gfs2_set_dqblk()
1717 fdq->d_fieldmask ^= QC_SPACE; in gfs2_set_dqblk()
[all …]
/linux/drivers/soc/ti/
A Dknav_dma.c190 v = cfg->u.rx.fdq[0] << 16; in chan_start()
191 v |= cfg->u.rx.fdq[1] & CHAN_QNUM_MASK; in chan_start()
194 v = cfg->u.rx.fdq[2] << 16; in chan_start()
195 v |= cfg->u.rx.fdq[3] & CHAN_QNUM_MASK; in chan_start()
342 seq_printf(s, "[%d]", chan->cfg.u.rx.fdq[i]); in dma_debug_show_channels()
/linux/include/linux/soc/ti/
A Dknav_dma.h118 unsigned int fdq[KNAV_DMA_FDQ_PER_CHAN]; member
/linux/drivers/net/ethernet/ti/
A Dnetcp_core.c789 static void netcp_free_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_free_rx_buf() argument
797 while ((dma = knav_queue_pop(netcp->rx_fdq[fdq], &dma_sz))) { in netcp_free_rx_buf()
822 if (fdq == 0) { in netcp_free_rx_buf()
852 static int netcp_allocate_rx_buf(struct netcp_intf *netcp, int fdq) in netcp_allocate_rx_buf() argument
869 if (likely(fdq == 0)) { in netcp_allocate_rx_buf()
923 knav_queue_push(netcp->rx_fdq[fdq], dma, sizeof(*hwdesc), 0); in netcp_allocate_rx_buf()
1677 config.u.rx.fdq[i] = last_fdq; in netcp_setup_navigator_resources()

Completed in 18 milliseconds