/fs/ubifs/ |
D | commit.c | 515 struct ubifs_idx_node idx __attribute__((aligned(8))); member 530 struct ubifs_idx_node *idx; in dbg_old_index_check_init() local 574 struct ubifs_idx_node *idx; in dbg_check_old_index() local
|
D | misc.h | 214 const struct ubifs_idx_node *idx, in ubifs_idx_branch() 227 const struct ubifs_idx_node *idx) in ubifs_idx_key()
|
D | tnc_commit.c | 37 static int make_idx_node(struct ubifs_info *c, struct ubifs_idx_node *idx, in make_idx_node() 259 struct ubifs_idx_node *idx; in layout_leb_in_gaps() local 816 struct ubifs_idx_node *idx; in write_index() local
|
D | tnc_misc.c | 277 struct ubifs_idx_node *idx; in read_znode() local
|
D | sb.c | 77 struct ubifs_idx_node *idx; in create_default_filesystem() local
|
/fs/ntfs/ |
D | logfile.c | 277 u16 nr_clients, idx; in ntfs_check_log_client_array() local 388 pgoff_t idx; in ntfs_check_and_load_restart_page() local 542 pgoff_t idx = pos >> PAGE_CACHE_SHIFT; in ntfs_check_logfile() local
|
/fs/xfs/ |
D | xfs_attr_leaf.h | 155 xfs_attr_leaf_name_remote(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_remote() 162 xfs_attr_leaf_name_local(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name_local() 168 static inline char *xfs_attr_leaf_name(xfs_attr_leafblock_t *leafp, int idx) in xfs_attr_leaf_name()
|
D | xfs_inode.c | 2736 xfs_extnum_t idx) /* index of target extent */ in xfs_iext_get_ext() 2764 xfs_extnum_t idx, /* starting index of new items */ in xfs_iext_insert() 2795 xfs_extnum_t idx, /* index to begin adding exts */ in xfs_iext_add() 2909 xfs_extnum_t idx, /* index within target list */ in xfs_iext_add_indirect_multi() 3016 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove() 3049 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove_inline() 3086 xfs_extnum_t idx, /* index to begin removing exts */ in xfs_iext_remove_direct() 3138 xfs_extnum_t idx, /* index to begin removing extents */ in xfs_iext_remove_indirect() 3397 xfs_extnum_t idx = 0; /* index of target extent */ in xfs_iext_bno_to_ext() local
|
D | xfs_stats.c | 23 static int counter_val(int idx) in counter_val()
|
D | xfs_bmap.c | 951 xfs_extnum_t *idx, /* extent number to update/insert */ in xfs_bmap_add_extent_unwritten_real() 1475 xfs_extnum_t *idx, /* extent number to update/insert */ in xfs_bmap_add_extent_hole_delay() 2693 xfs_extnum_t *idx, /* extent number to update/delete */ in xfs_bmap_del_extent() 3778 int idx; /* extent record index */ in xfs_bmap_first_unused() local 4182 xfs_extnum_t idx; /* extent record index */ in xfs_bmap_trace_exlist() local 6054 xfs_extnum_t idx, in xfs_bmap_count_leaves()
|
/fs/hfsplus/ |
D | btree.c | 191 static struct hfs_bnode *hfs_bmap_new_bmap(struct hfs_bnode *prev, u32 idx) in hfs_bmap_new_bmap() 228 u32 nidx, idx; in hfs_bmap_alloc() local
|
D | bfind.c | 165 int idx, res = 0; in hfs_brec_goto() local
|
/fs/hfs/ |
D | btree.c | 187 static struct hfs_bnode *hfs_bmap_new_bmap(struct hfs_bnode *prev, u32 idx) in hfs_bmap_new_bmap() 226 u32 nidx, idx; in hfs_bmap_alloc() local
|
D | bfind.c | 163 int idx, res = 0; in hfs_brec_goto() local
|
/fs/coda/ |
D | inode.c | 112 int idx; in get_device_index() local 155 int idx; in coda_fill_super() local
|
D | psdev.c | 267 int idx, err; in coda_psdev_open() local
|
/fs/adfs/ |
D | dir_f.c | 61 #define dir_u8(idx) \ argument 67 #define dir_u32(idx) \ argument
|
/fs/nfs/ |
D | nfs4filelayout.c | 356 u32 j, idx; in filelayout_read_pagelist() local 402 u32 j, idx; in filelayout_write_pagelist() local 887 u32 idx; in filelayout_initiate_commit() local
|
/fs/notify/ |
D | fsnotify.c | 210 int idx, ret = 0; in fsnotify() local
|
/fs/ocfs2/dlm/ |
D | dlmmaster.c | 364 void dlm_hb_event_notify_attached(struct dlm_ctxt *dlm, int idx, int node_up) in dlm_hb_event_notify_attached() 380 struct o2nm_node *node, int idx) in dlm_mle_node_down() 394 struct o2nm_node *node, int idx) in dlm_mle_node_up() 2352 enum dlm_lockres_list idx; in dlm_is_lockres_migrateable() local 2841 enum dlm_lockres_list idx; in dlm_pick_migration_target() local
|
D | dlmrecovery.c | 2345 static void __dlm_hb_node_down(struct dlm_ctxt *dlm, int idx) in __dlm_hb_node_down() 2408 void dlm_hb_node_down_cb(struct o2nm_node *node, int idx, void *data) in dlm_hb_node_down_cb() 2429 void dlm_hb_node_up_cb(struct o2nm_node *node, int idx, void *data) in dlm_hb_node_up_cb()
|
/fs/ |
D | bio.c | 152 unsigned int bvec_nr_vecs(unsigned short idx) in bvec_nr_vecs() 157 void bvec_free_bs(struct bio_set *bs, struct bio_vec *bv, unsigned int idx) in bvec_free_bs() 170 struct bio_vec *bvec_alloc_bs(gfp_t gfp_mask, int nr, unsigned long *idx, in bvec_alloc_bs() 279 unsigned long idx = BIO_POOL_NONE; in bio_alloc_bioset() local
|
D | bio-integrity.c | 64 static inline int use_bip_pool(unsigned int idx) in use_bip_pool() 89 unsigned int idx = vecs_to_idx(nr_vecs); in bio_integrity_alloc_bioset() local
|
/fs/btrfs/ |
D | compression.c | 758 int idx = type - 1; in find_workspace() local 802 int idx = type - 1; in free_workspace() local
|
/fs/cifs/ |
D | netmisc.c | 803 int idx = 0; in cifs_print_status() local
|