Home
last modified time | relevance | path

Searched refs:iops (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/block/
Dblk-throttle.c149 unsigned int iops[2][LIMIT_CNT]; member
307 tg->iops[rw][td->limit_index]) in tg_bps_limit()
333 ret = tg->iops[rw][td->limit_index]; in tg_iops_limit()
343 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()
344 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()
347 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit()
350 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()
501 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
502 tg->iops[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
582 tg->iops[READ][LIMIT_LOW] || tg->iops[WRITE][LIMIT_LOW]) { in blk_throtl_update_limit_valid()
[all …]
DKconfig126 can be used to protect cgroups in terms of bandwidth/iops and better
/linux-4.19.296/fs/nfsd/
Dxdr4.h633 struct nfsd4_op iops[8]; member
Dnfs4xdr.c1929 if (argp->opcnt > ARRAY_SIZE(argp->iops)) { in nfsd4_decode_compound()
1932 argp->ops = argp->iops; in nfsd4_decode_compound()
4512 if (args->ops != args->iops) { in nfsd4_release_compoundargs()
4514 args->ops = args->iops; in nfsd4_release_compoundargs()
4543 args->ops = args->iops; in nfs4svc_decode_compoundargs()
/linux-4.19.296/include/linux/
Dsecurity.h1742 const struct inode_operations *iops);
1765 const struct inode_operations *iops) in securityfs_create_symlink() argument
/linux-4.19.296/fs/proc/
Dbase.c134 #define DIR(NAME, MODE, iops, fops) \ argument
135 NOD(NAME, (S_IFDIR|(MODE)), &iops, &fops, {} )