Searched refs:limits (Results 1 – 13 of 13) sorted by relevance
| /fs/bcachefs/ |
| A D | quota.c | 264 qc->timer = ktime_get_real_seconds() + q->limits[counter].timelimit; in bch2_quota_check_limit() 473 q->limits[j].timelimit = in bch2_sb_quota_read() 475 q->limits[j].warnlimit = in bch2_sb_quota_read() 685 state->s_state[i].spc_timelimit = c->quotas[i].limits[Q_SPC].timelimit; in bch2_quota_get_state() 686 state->s_state[i].spc_warnlimit = c->quotas[i].limits[Q_SPC].warnlimit; in bch2_quota_get_state() 688 state->s_state[i].ino_timelimit = c->quotas[i].limits[Q_INO].timelimit; in bch2_quota_get_state() 689 state->s_state[i].ino_warnlimit = c->quotas[i].limits[Q_INO].warnlimit; in bch2_quota_get_state()
|
| A D | quota_types.h | 38 struct quota_limit limits[Q_COUNTERS]; member
|
| /fs/quota/ |
| A D | Kconfig | 10 If you say Y here, you will be able to set per user limits for disk 65 also supports 64-bit inode and block quota limits. If you need this
|
| /fs/xfs/libxfs/ |
| A D | xfs_btree.h | 470 unsigned int xfs_btree_compute_maxlevels(const unsigned int *limits, 472 unsigned long long xfs_btree_calc_size(const unsigned int *limits, 474 unsigned int xfs_btree_space_to_height(const unsigned int *limits,
|
| A D | xfs_btree.c | 4970 const unsigned int *limits, in xfs_btree_compute_maxlevels() argument 4973 unsigned long long level_blocks = howmany_64(records, limits[0]); in xfs_btree_compute_maxlevels() 4977 level_blocks = howmany_64(level_blocks, limits[1]); in xfs_btree_compute_maxlevels() 4990 const unsigned int *limits, in xfs_btree_calc_size() argument 4993 unsigned long long level_blocks = howmany_64(records, limits[0]); in xfs_btree_calc_size() 4997 level_blocks = howmany_64(level_blocks, limits[1]); in xfs_btree_calc_size() 5018 const unsigned int *limits, in xfs_btree_space_to_height() argument 5035 node_blocks *= limits[1]; in xfs_btree_space_to_height()
|
| /fs/btrfs/ |
| A D | Makefile | 20 subdir-ccflags-y += -Wno-type-limits
|
| A D | fs.h | 838 struct queue_limits limits; member
|
| A D | bio.c | 647 sector_offset = bio_split_rw_at(&bbio->bio, &bbio->fs_info->limits, in btrfs_append_map_length()
|
| A D | zoned.c | 683 struct queue_limits *lim = &fs_info->limits; in btrfs_check_zoned_mode()
|
| /fs/xfs/ |
| A D | Kconfig | 82 If you say Y here, you will be able to set limits for disk usage on
|
| A D | xfs_zone_gc.c | 754 &bdev_get_queue(chunk->bio.bi_bdev)->limits; in xfs_zone_gc_split_write()
|
| /fs/squashfs/ |
| A D | Kconfig | 99 one time. This limits CPU and memory usage to a minimum.
|
| /fs/ |
| A D | Kconfig | 240 Quota support allows to set per user and group limits for tmpfs
|
Completed in 52 milliseconds