/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/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 | 2009 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 …]
|
D | udfdecl.h | 163 struct kernel_lb_addr *eloc, uint32_t elen, int 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/xfs/libxfs/ |
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_refcount_btree.c | 35 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_alloc_btree.c | 36 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 | 61 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/ |
D | mdsmap.c | 149 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()
|
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 | 1151 extern void ceph_adjust_quota_realms_count(struct inode *inode, bool inc);
|
/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 | 2456 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/ |
D | f2fs.h | 2712 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);
|
D | file.c | 3219 int f2fs_pin_file_control(struct inode *inode, bool inc) in f2fs_pin_file_control() argument 3225 if (inc) in f2fs_pin_file_control()
|