Searched refs:qf (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | quotafile.c | 124 if ((qf = calloc(1, sizeof(*qf))) == NULL) in quota_open() 126 qf->fd = -1; in quota_open() 128 strlcpy(qf->fsname, fs->fs_file, sizeof(qf->fsname)); in quota_open() 142 if (quotactl(qf->fsname, qcmd, 0, &qf->wordsize) == 0) in quota_open() 143 return (qf); in quota_open() 152 if ((qf->fd = open(qf->qfname, qf->accmode|O_CLOEXEC)) < 0 && in quota_open() 200 return (qf); in quota_open() 206 free(qf); in quota_open() 217 free(qf); in quota_close() 226 return (quotactl(qf->fsname, qcmd, 0, qf->qfname)); in quota_on() [all …]
|
| /f-stack/dpdk/drivers/event/dsw/ |
| H A D | dsw_event.c | 248 qf->queue_id, qf->flow_hash); in dsw_port_add_paused_flows() 461 qf->queue_id, qf->flow_hash)) in dsw_select_emigration_target() 480 candidate_qf = qf; in dsw_select_emigration_target() 689 if (dsw_port_is_flow_paused(source_port, qf->queue_id, qf->flow_hash)) in dsw_port_flush_paused_events() 697 dest_port_id = dsw_schedule(dsw, qf->queue_id, qf->flow_hash); in dsw_port_flush_paused_events() 745 left_qfs[left_qfs_len] = *qf; in dsw_port_end_emigration() 784 struct dsw_queue_flow *qf = in dsw_port_move_parallel_flows() local 949 if (dsw_schedule(dsw, qf->queue_id, qf->flow_hash) == port->id) in dsw_port_handle_unpause_flows() 1018 struct dsw_queue_flow *qf = in dsw_port_move_emigrating_flows() local 1024 dsw->queues[qf->queue_id].flow_to_port_map[qf->flow_hash] = in dsw_port_move_emigrating_flows() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectspace_003_pos.ksh | 73 log_must user_run $PUSER mkfiles $PRJDIR1/qf $((prj_cnt1 - 1)) 74 log_must user_run $PUSER mkfiles $PRJDIR2/qf $((prj_cnt2 - 1)) 95 log_must chattr -p $PRJID2 $PRJDIR1/qf*
|
| H A D | projectspace_004_pos.ksh | 67 log_must user_run $PUSER mkfile 50m $PRJDIR/qf
|
| H A D | projectspace_002_pos.ksh | 67 log_must user_run $PUSER mkfile 50m $PRJDIR/qf
|
| H A D | projectquota_006_pos.ksh | 67 log_must user_run $PUSER mkfile 100m $PRJDIR/qf
|
| H A D | projectspace_001_pos.ksh | 74 log_must user_run $PUSER mkfile 50m $PRJDIR/qf
|
| H A D | projectquota_001_pos.ksh | 68 log_must user_run $PUSER mkfile $PQUOTA_LIMIT $PRJDIR/qf
|
| H A D | projectquota_003_pos.ksh | 67 log_must user_run $PUSER mkfile $file_size $PRJDIR/qf
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | tgz.am | 15 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ 23 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
|
| H A D | deb.am | 22 arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ 32 arch=`$(RPM) -qp $${name}-dkms-$${version}.src.rpm --qf %{arch} | tail -1`; \ 41 arch=`$(RPM) -qp $${name}-$${version}.src.rpm --qf %{arch} | tail -1`; \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userquota.cfg | 42 export QFILE=$TESTDIR/qf
|