/fs/xfs/ |
D | xfs_stats.h | 175 #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/ |
D | stat.c | 87 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/ |
D | directory.c | 200 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()
|
D | inode.c | 2006 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 …]
|
D | udfdecl.h | 163 struct kernel_lb_addr *eloc, uint32_t elen, int inc);
|
/fs/ceph/ |
D | mdsmap.c | 176 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()
|
D | quota.c | 13 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()
|
D | super.h | 1233 extern void ceph_adjust_quota_realms_count(struct inode *inode, bool inc);
|
/fs/xfs/libxfs/ |
D | xfs_refcount_btree.c | 36 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()
|
D | xfs_ialloc_btree.c | 45 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()
|
D | xfs_alloc_btree.c | 37 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()
|
D | xfs_rmap_btree.c | 62 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()
|
D | xfs_btree_staging.c | 117 int inc) in xfs_btree_afakeroot_set_root() argument 123 afake->af_levels += inc; in xfs_btree_afakeroot_set_root()
|
/fs/ocfs2/ |
D | dir.c | 2608 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/ |
D | extent-tree.c | 2394 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/ |
D | f2fs.h | 2969 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);
|
D | file.c | 3231 int f2fs_pin_file_control(struct inode *inode, bool inc) in f2fs_pin_file_control() argument 3237 if (inc) in f2fs_pin_file_control()
|