Searched refs:amount (Results 1 – 12 of 12) sorted by relevance
| /fs/nfsd/ |
| A D | stats.h | 40 struct svc_export *exp, s64 amount) in nfsd_stats_io_read_add() argument 42 percpu_counter_add(&nn->counter[NFSD_STATS_IO_READ], amount); in nfsd_stats_io_read_add() 44 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_READ], amount); in nfsd_stats_io_read_add() 48 struct svc_export *exp, s64 amount) in nfsd_stats_io_write_add() argument 50 percpu_counter_add(&nn->counter[NFSD_STATS_IO_WRITE], amount); in nfsd_stats_io_write_add() 52 percpu_counter_add(&exp->ex_stats->counter[EXP_STATS_IO_WRITE], amount); in nfsd_stats_io_write_add() 60 static inline void nfsd_stats_drc_mem_usage_add(struct nfsd_net *nn, s64 amount) in nfsd_stats_drc_mem_usage_add() argument 62 percpu_counter_add(&nn->counter[NFSD_STATS_DRC_MEM_USAGE], amount); in nfsd_stats_drc_mem_usage_add() 65 static inline void nfsd_stats_drc_mem_usage_sub(struct nfsd_net *nn, s64 amount) in nfsd_stats_drc_mem_usage_sub() argument 67 percpu_counter_sub(&nn->counter[NFSD_STATS_DRC_MEM_USAGE], amount); in nfsd_stats_drc_mem_usage_sub()
|
| A D | Kconfig | 169 The NFSv4 server needs to store a small amount of information on
|
| /fs/gfs2/ |
| A D | dir.c | 185 unsigned int amount; in gfs2_dir_write_data() local 188 amount = size - copied; in gfs2_dir_write_data() 190 amount = sdp->sd_sb.sb_bsize - o; in gfs2_dir_write_data() 203 if (amount == sdp->sd_jbsize || new) in gfs2_dir_write_data() 215 buf += amount; in gfs2_dir_write_data() 216 copied += amount; in gfs2_dir_write_data() 288 unsigned int amount; in gfs2_dir_read_data() local 291 amount = size - copied; in gfs2_dir_read_data() 293 amount = sdp->sd_sb.sb_bsize - o; in gfs2_dir_read_data() 317 buf += (amount/sizeof(__be64)); in gfs2_dir_read_data() [all …]
|
| A D | xattr.c | 462 unsigned int amount = GFS2_EA_DATA_LEN(ea); in gfs2_iter_unstuffed() local 463 unsigned int nptrs = DIV_ROUND_UP(amount, sdp->sd_jbsize); in gfs2_iter_unstuffed() 500 cp_size = (sdp->sd_jbsize > amount) ? amount : sdp->sd_jbsize; in gfs2_iter_unstuffed() 513 amount -= sdp->sd_jbsize; in gfs2_iter_unstuffed()
|
| /fs/netfs/ |
| A D | Kconfig | 19 The gathering of statistics adds a certain amount of overhead to 54 The gathering of statistics adds a certain amount of overhead to
|
| /fs/btrfs/ |
| A D | dev-replace.h | 33 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount);
|
| A D | block-group.h | 391 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
|
| A D | dev-replace.c | 1295 void btrfs_bio_counter_sub(struct btrfs_fs_info *fs_info, s64 amount) in btrfs_bio_counter_sub() argument 1297 percpu_counter_sub(&fs_info->dev_replace.bio_counter, amount); in btrfs_bio_counter_sub()
|
| A D | block-group.c | 4630 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount) in btrfs_dec_block_group_swap_extents() argument 4634 ASSERT(bg->swap_extents >= amount); in btrfs_dec_block_group_swap_extents() 4635 bg->swap_extents -= amount; in btrfs_dec_block_group_swap_extents()
|
| /fs/squashfs/ |
| A D | Kconfig | 181 achieved and the amount of CPU time and memory necessary to 281 the filesystem. Increasing this amount may mean SquashFS 283 of extra system memory. Decreasing this amount will mean
|
| /fs/jffs2/ |
| A D | Kconfig | 20 This controls the amount of debugging messages produced by the JFFS2
|
| /fs/cramfs/ |
| A D | README | 133 require the least amount of change: just change `#define
|
Completed in 29 milliseconds