Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 17 of 17) sorted by relevance

/fs/xfs/
Dxfs_stats.h175 #define XFS_STATS_ADD(mp, v, inc) \ argument
177 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->s.v += (inc); \
178 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->s.v += (inc); \
193 #define XFS_STATS_ADD_OFF(mp, off, inc) \ argument
195 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->a[off] += (inc); \
196 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->a[off] += (inc); \
/fs/proc/
Dstat.c87 unsigned int inc; in show_irq_gap() local
89 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap()
90 seq_write(p, zeros, 2 * inc); in show_irq_gap()
91 gap -= inc; in show_irq_gap()
/fs/udf/
Ddirectory.c200 int inc) in udf_get_fileshortad() argument
217 if (inc) in udf_get_fileshortad()
222 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() argument
239 if (inc) in udf_get_filelongad()
Dinode.c2006 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in __udf_add_aext() argument
2029 udf_write_aext(inode, epos, eloc, elen, inc); in __udf_add_aext()
2040 epos->offset + (inc ? 0 : adsize)); in __udf_add_aext()
2055 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_add_aext() argument
2082 return __udf_add_aext(inode, epos, eloc, elen, inc); in udf_add_aext()
2086 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_write_aext() argument
2133 if (inc) in udf_write_aext()
2144 struct kernel_lb_addr *eloc, uint32_t *elen, int inc) in udf_next_aext() argument
2149 while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == in udf_next_aext()
2175 struct kernel_lb_addr *eloc, uint32_t *elen, int inc) in udf_current_aext() argument
[all …]
Dudfdecl.h163 struct kernel_lb_addr *eloc, uint32_t elen, int inc);
/fs/ceph/
Dmdsmap.c176 s32 mds, inc, state; in ceph_mdsmap_decode() local
209 inc = ceph_decode_32(p); in ceph_mdsmap_decode()
235 i+1, n, global_id, mds, inc, in ceph_mdsmap_decode()
Dquota.c13 void ceph_adjust_quota_realms_count(struct inode *inode, bool inc) in ceph_adjust_quota_realms_count() argument
16 if (inc) in ceph_adjust_quota_realms_count()
Dsuper.h1233 extern void ceph_adjust_quota_realms_count(struct inode *inode, bool inc);
/fs/xfs/libxfs/
Dxfs_refcount_btree.c36 int inc) in xfs_refcountbt_set_root() argument
45 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
46 pag->pagf_refcount_level += inc; in xfs_refcountbt_set_root()
Dxfs_ialloc_btree.c45 int inc) /* level change */ in xfs_inobt_set_root() argument
51 be32_add_cpu(&agi->agi_level, inc); in xfs_inobt_set_root()
59 int inc) /* level change */ in xfs_finobt_set_root() argument
65 be32_add_cpu(&agi->agi_free_level, inc); in xfs_finobt_set_root()
Dxfs_alloc_btree.c37 int inc) in xfs_allocbt_set_root() argument
47 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root()
48 pag->pagf_levels[btnum] += inc; in xfs_allocbt_set_root()
Dxfs_rmap_btree.c62 int inc) in xfs_rmapbt_set_root() argument
72 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_rmapbt_set_root()
73 pag->pagf_levels[btnum] += inc; in xfs_rmapbt_set_root()
Dxfs_btree_staging.c117 int inc) in xfs_btree_afakeroot_set_root() argument
123 afake->af_levels += inc; in xfs_btree_afakeroot_set_root()
/fs/ocfs2/
Ddir.c2608 goto inc; in ocfs2_dx_dir_index_block()
2624 inc: in ocfs2_dx_dir_index_block()
2654 goto inc; in ocfs2_dx_dir_index_root_block()
2668 inc: in ocfs2_dx_dir_index_root_block()
/fs/btrfs/
Dextent-tree.c2394 int full_backref, int inc) in __btrfs_mod_ref() argument
2425 if (inc) in __btrfs_mod_ref()
2452 if (inc) in __btrfs_mod_ref()
2466 if (inc) in __btrfs_mod_ref()
/fs/f2fs/
Df2fs.h2969 static inline void f2fs_i_links_write(struct inode *inode, bool inc) in f2fs_i_links_write() argument
2971 if (inc) in f2fs_i_links_write()
3428 int f2fs_pin_file_control(struct inode *inode, bool inc);
Dfile.c3231 int f2fs_pin_file_control(struct inode *inode, bool inc) in f2fs_pin_file_control() argument
3237 if (inc) in f2fs_pin_file_control()