Searched refs:inc (Results 1 – 10 of 10) sorted by relevance
/fs/udf/ |
D | directory.c | 201 int inc) in udf_get_fileshortad() argument 218 if (inc) in udf_get_fileshortad() 223 struct long_ad *udf_get_filelongad(uint8_t *ptr, int maxoffset, uint32_t *offset, int inc) in udf_get_filelongad() argument 240 if (inc) in udf_get_filelongad()
|
D | inode.c | 1905 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_add_aext() argument 2012 udf_write_aext(inode, epos, eloc, elen, inc); in udf_add_aext() 2023 epos->offset + (inc ? 0 : adsize)); in udf_add_aext() 2034 struct kernel_lb_addr *eloc, uint32_t elen, int inc) in udf_write_aext() argument 2081 if (inc) in udf_write_aext() 2092 struct kernel_lb_addr *eloc, uint32_t *elen, int inc) in udf_next_aext() argument 2097 while ((etype = udf_current_aext(inode, epos, eloc, elen, inc)) == in udf_next_aext() 2123 struct kernel_lb_addr *eloc, uint32_t *elen, int inc) in udf_current_aext() argument 2151 sad = udf_get_fileshortad(ptr, alen, &epos->offset, inc); in udf_current_aext() 2161 lad = udf_get_filelongad(ptr, alen, &epos->offset, inc); in udf_current_aext()
|
/fs/ceph/ |
D | mdsmap.c | 88 s32 mds, inc, state; in ceph_mdsmap_decode() local 109 inc = ceph_decode_32(p); in ceph_mdsmap_decode() 127 i+1, n, global_id, mds, inc, in ceph_mdsmap_decode()
|
/fs/xfs/ |
D | xfs_stats.h | 232 #define XFS_STATS_ADD(mp, v, inc) \ argument 234 per_cpu_ptr(xfsstats.xs_stats, current_cpu())->v += (inc); \ 235 per_cpu_ptr(mp->m_stats.xs_stats, current_cpu())->v += (inc); \
|
/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 58 int inc) /* level change */ in xfs_inobt_set_root() argument 64 be32_add_cpu(&agi->agi_level, inc); in xfs_inobt_set_root() 72 int inc) /* level change */ in xfs_finobt_set_root() argument 78 be32_add_cpu(&agi->agi_free_level, inc); in xfs_finobt_set_root()
|
D | xfs_alloc_btree.c | 49 int inc) in xfs_allocbt_set_root() argument 60 be32_add_cpu(&agf->agf_levels[btnum], inc); in xfs_allocbt_set_root() 61 pag->pagf_levels[btnum] += inc; in xfs_allocbt_set_root()
|
/fs/ocfs2/ |
D | dir.c | 2633 goto inc; in ocfs2_dx_dir_index_block() 2649 inc: in ocfs2_dx_dir_index_block() 2679 goto inc; in ocfs2_dx_dir_index_root_block() 2693 inc: in ocfs2_dx_dir_index_root_block()
|
/fs/f2fs/ |
D | f2fs.h | 2307 static inline void f2fs_i_links_write(struct inode *inode, bool inc) in f2fs_i_links_write() argument 2309 if (inc) in f2fs_i_links_write() 2703 int f2fs_pin_file_control(struct inode *inode, bool inc);
|
D | file.c | 2521 int f2fs_pin_file_control(struct inode *inode, bool inc) in f2fs_pin_file_control() argument 2527 if (inc) in f2fs_pin_file_control()
|
/fs/btrfs/ |
D | extent-tree.c | 3184 int full_backref, int inc) in __btrfs_mod_ref() argument 3210 if (inc) in __btrfs_mod_ref()
|