Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 16 of 16) 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/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.c2009 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in __udf_add_aext() argument
2032 udf_write_aext(inode, epos, eloc, elen, inc); in __udf_add_aext()
2043 epos->offset + (inc ? 0 : adsize)); in __udf_add_aext()
2058 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_add_aext() argument
2085 return __udf_add_aext(inode, epos, eloc, elen, inc); in udf_add_aext()
2089 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_write_aext() argument
2136 if (inc) in udf_write_aext()
2147 struct kernel_lb_addr *eloc, uint32_t *elen, int inc) in udf_next_aext() argument
2152 while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == in udf_next_aext()
2178 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/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/xfs/libxfs/
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_refcount_btree.c35 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_alloc_btree.c36 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.c61 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()
/fs/ceph/
Dmdsmap.c149 s32 mds, inc, state; in ceph_mdsmap_decode() local
183 inc = ceph_decode_32(p); in ceph_mdsmap_decode()
208 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.h1151 extern void ceph_adjust_quota_realms_count(struct inode *inode, bool inc);
/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.c2456 int full_backref, int inc) in __btrfs_mod_ref() argument
2487 if (inc) in __btrfs_mod_ref()
2514 if (inc) in __btrfs_mod_ref()
2528 if (inc) in __btrfs_mod_ref()
/fs/f2fs/
Df2fs.h2712 static inline void f2fs_i_links_write(struct inode *inode, bool inc) in f2fs_i_links_write() argument
2714 if (inc) in f2fs_i_links_write()
3195 int f2fs_pin_file_control(struct inode *inode, bool inc);
Dfile.c3219 int f2fs_pin_file_control(struct inode *inode, bool inc) in f2fs_pin_file_control() argument
3225 if (inc) in f2fs_pin_file_control()