Home
last modified time | relevance | path

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

/fs/udf/
Ddirectory.c201 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()
Dinode.c1905 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/
Dmdsmap.c88 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/
Dxfs_stats.h232 #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/
Dxfs_ialloc_btree.c58 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()
Dxfs_alloc_btree.c49 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/
Ddir.c2633 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/
Df2fs.h2307 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);
Dfile.c2521 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/
Dextent-tree.c3184 int full_backref, int inc) in __btrfs_mod_ref() argument
3210 if (inc) in __btrfs_mod_ref()