/fs/ocfs2/cluster/ |
D | nodemanager.c | 156 static struct o2nm_cluster *to_o2nm_cluster(struct config_item *item) in to_o2nm_cluster() 164 static struct o2nm_node *to_o2nm_node(struct config_item *item) in to_o2nm_node() 169 static void o2nm_node_release(struct config_item *item) in o2nm_node_release() 175 static ssize_t o2nm_node_num_show(struct config_item *item, char *page) in o2nm_node_num_show() 193 static ssize_t o2nm_node_num_store(struct config_item *item, const char *page, in o2nm_node_num_store() 234 static ssize_t o2nm_node_ipv4_port_show(struct config_item *item, char *page) in o2nm_node_ipv4_port_show() 239 static ssize_t o2nm_node_ipv4_port_store(struct config_item *item, in o2nm_node_ipv4_port_store() 262 static ssize_t o2nm_node_ipv4_address_show(struct config_item *item, char *page) in o2nm_node_ipv4_address_show() 267 static ssize_t o2nm_node_ipv4_address_store(struct config_item *item, in o2nm_node_ipv4_address_store() 309 static ssize_t o2nm_node_local_show(struct config_item *item, char *page) in o2nm_node_local_show() [all …]
|
D | heartbeat.c | 1554 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region() 1562 static void o2hb_region_release(struct config_item *item) in o2hb_region_release() 1630 static ssize_t o2hb_region_block_bytes_show(struct config_item *item, in o2hb_region_block_bytes_show() 1636 static ssize_t o2hb_region_block_bytes_store(struct config_item *item, in o2hb_region_block_bytes_store() 1659 static ssize_t o2hb_region_start_block_show(struct config_item *item, in o2hb_region_start_block_show() 1665 static ssize_t o2hb_region_start_block_store(struct config_item *item, in o2hb_region_start_block_store() 1685 static ssize_t o2hb_region_blocks_show(struct config_item *item, char *page) in o2hb_region_blocks_show() 1690 static ssize_t o2hb_region_blocks_store(struct config_item *item, in o2hb_region_blocks_store() 1713 static ssize_t o2hb_region_dev_show(struct config_item *item, char *page) in o2hb_region_dev_show() 1828 static ssize_t o2hb_region_dev_store(struct config_item *item, in o2hb_region_dev_store() [all …]
|
/fs/configfs/ |
D | item.c | 50 static void config_item_init(struct config_item *item) in config_item_init() 65 int config_item_set_name(struct config_item *item, const char *fmt, ...) in config_item_set_name() 114 void config_item_init_type_name(struct config_item *item, in config_item_init_type_name() 133 struct config_item *config_item_get(struct config_item *item) in config_item_get() 141 static void config_item_cleanup(struct config_item *item) in config_item_cleanup() 170 void config_item_put(struct config_item *item) in config_item_put() 205 struct config_item *item = to_item(entry); in config_group_find_item() local
|
D | symlink.c | 38 static int item_depth(struct config_item * item) in item_depth() 46 static int item_path_length(struct config_item * item) in item_path_length() 57 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path() 73 struct config_item *item, in create_link() 234 static int configfs_get_target_path(struct config_item * item, struct config_item * target, in configfs_get_target_path() 258 struct config_item *item, *target_item; in configfs_getlink() local
|
D | file.c | 72 struct config_item * item = to_item(dentry->d_parent); in fill_read_buffer() local 157 struct config_item *item = to_item(dentry->d_parent); in configfs_read_bin_file() local 259 struct config_item * item = to_item(dentry->d_parent); in flush_write_buffer() local 368 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); in check_perm() local 453 struct config_item * item = to_item(filp->f_path.dentry->d_parent); in configfs_release() local 486 struct config_item *item = to_item(dentry->d_parent); in configfs_release_bin_file() local 535 int configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) in configfs_create_file() 556 int configfs_create_bin_file(struct config_item *item, in configfs_create_bin_file()
|
D | dir.c | 278 static int configfs_create_dir(struct config_item *item, struct dentry *dentry) in configfs_create_dir() 403 static void configfs_remove_dir(struct config_item * item) in configfs_remove_dir() 556 static void detach_attrs(struct config_item * item) in detach_attrs() 585 static int populate_attrs(struct config_item *item) in populate_attrs() 727 static void unlink_obj(struct config_item *item) in unlink_obj() 746 static void link_obj(struct config_item *parent_item, struct config_item *item) in link_obj() 814 struct config_item *item, in configfs_attach_item() 841 static void configfs_detach_item(struct config_item *item) in configfs_detach_item() 848 struct config_item *item, in configfs_attach_group() 886 static void configfs_detach_group(struct config_item *item) in configfs_detach_group() [all …]
|
/fs/sdcardfs/ |
D | packagelist.c | 490 struct config_item item; member 494 static inline struct package_details *to_package_details(struct config_item *item) in to_package_details() 499 static ssize_t package_details_appid_show(struct config_item *item, char *page) in package_details_appid_show() 504 static ssize_t package_details_appid_store(struct config_item *item, in package_details_appid_store() 522 static ssize_t package_details_excluded_userids_show(struct config_item *item, in package_details_excluded_userids_show() 543 static ssize_t package_details_excluded_userids_store(struct config_item *item, in package_details_excluded_userids_store() 561 static ssize_t package_details_clear_userid_store(struct config_item *item, in package_details_clear_userid_store() 574 static void package_details_release(struct config_item *item) in package_details_release() 611 struct config_item item; member 616 static inline struct extensions_value *to_extensions_value(struct config_item *item) in to_extensions_value() [all …]
|
/fs/nfs/ |
D | dns_resolve.c | 105 struct nfs_dns_ent *item; in nfs_dns_ent_put() local 114 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); in nfs_dns_ent_alloc() local 169 struct nfs_dns_ent *item; in nfs_dns_show() local 222 struct nfs_dns_ent key, *item; in nfs_dns_parse() local 272 struct nfs_dns_ent **item, in do_cache_lookup() 288 struct nfs_dns_ent **item) in do_cache_lookup_nowait() 313 struct nfs_dns_ent **item) in do_cache_lookup_wait() 339 struct nfs_dns_ent *item = NULL; in nfs_dns_resolve_name() local
|
/fs/dlm/ |
D | config.c | 108 static ssize_t cluster_cluster_name_show(struct config_item *item, char *buf) in cluster_cluster_name_show() 114 static ssize_t cluster_cluster_name_store(struct config_item *item, in cluster_cluster_name_store() 228 struct config_item item; member 241 struct config_item item; member 558 static ssize_t comm_nodeid_show(struct config_item *item, char *buf) in comm_nodeid_show() 563 static ssize_t comm_nodeid_store(struct config_item *item, const char *buf, in comm_nodeid_store() 573 static ssize_t comm_local_show(struct config_item *item, char *buf) in comm_local_show() 578 static ssize_t comm_local_store(struct config_item *item, const char *buf, in comm_local_store() 591 static ssize_t comm_addr_store(struct config_item *item, const char *buf, in comm_addr_store() 620 static ssize_t comm_addr_list_show(struct config_item *item, char *buf) in comm_addr_list_show() [all …]
|
/fs/ocfs2/ |
D | uptodate.c | 149 struct ocfs2_meta_cache_item *item; in ocfs2_purge_copied_metadata_tree() local 208 sector_t item) in ocfs2_search_cache_array() 227 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_search_cache_tree() local 247 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_buffer_cached() local 561 struct ocfs2_meta_cache_item *item) in ocfs2_remove_metadata_tree() 575 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_remove_block_from_cache() local
|
/fs/btrfs/ |
D | root-tree.c | 34 struct btrfs_root_item *item) in btrfs_read_root_item() 120 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node() 132 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root() 210 struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root() 501 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times() local
|
D | delayed-inode.c | 311 struct btrfs_delayed_item *item; in btrfs_alloc_delayed_item() local 399 struct btrfs_delayed_item *item; in __btrfs_add_delayed_item() local 441 struct btrfs_delayed_item *item) in __btrfs_add_delayed_insertion_item() 448 struct btrfs_delayed_item *item) in __btrfs_add_delayed_deletion_item() 489 static void btrfs_release_delayed_item(struct btrfs_delayed_item *item) in btrfs_release_delayed_item() 502 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_insertion_item() local 515 struct btrfs_delayed_item *item = NULL; in __btrfs_first_delayed_deletion_item() local 525 struct btrfs_delayed_item *item) in __btrfs_next_delayed_item() 539 struct btrfs_delayed_item *item) in btrfs_delayed_item_reserve_metadata() 565 struct btrfs_delayed_item *item) in btrfs_delayed_item_release_metadata() [all …]
|
D | file-item.c | 49 struct btrfs_file_extent_item *item; in btrfs_insert_file_extent() local 96 struct btrfs_csum_item *item; in btrfs_lookup_csum() local 168 struct btrfs_csum_item *item = NULL; in __btrfs_lookup_bio_sums() local 334 struct btrfs_csum_item *item; in btrfs_lookup_csums_range() local 727 struct btrfs_csum_item *item; in btrfs_csum_file_blocks() local
|
/fs/reiserfs/ |
D | item_ops.c | 44 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() 63 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() 142 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() 153 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() 268 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() 291 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() 380 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item() 420 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item() 665 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item() 671 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item()
|
/fs/xfs/ |
D | xfs_log_recover.c | 1919 xlog_recover_item_t *item, *n; in xlog_recover_reorder_trans() local 2006 struct xlog_recover_item *item) in xlog_recover_buffer_pass1() 2132 xlog_recover_item_t *item, in xlog_recover_do_inode_buffer() 2636 xlog_recover_item_t *item, in xlog_recover_do_reg_buffer() 2728 struct xlog_recover_item *item, in xlog_recover_do_dquot_buffer() 2786 struct xlog_recover_item *item, in xlog_recover_buffer_pass2() 2975 struct xlog_recover_item *item, in xlog_recover_inode_pass2() 3271 struct xlog_recover_item *item) in xlog_recover_quotaoff_pass1() 3297 struct xlog_recover_item *item, in xlog_recover_dquot_pass2() 3406 struct xlog_recover_item *item, in xlog_recover_efi_pass2() [all …]
|
D | xfs_trans_extfree.c | 148 struct list_head *item) in xfs_extent_free_log_item() 187 struct list_head *item, in xfs_extent_free_finish_item() 214 struct list_head *item) in xfs_extent_free_cancel_item()
|
D | xfs_trans_bmap.c | 151 struct list_head *item) in xfs_bmap_update_log_item() 194 struct list_head *item, in xfs_bmap_update_finish_item() 231 struct list_head *item) in xfs_bmap_update_cancel_item()
|
D | xfs_trans_refcount.c | 147 struct list_head *item) in xfs_refcount_update_log_item() 187 struct list_head *item, in xfs_refcount_update_finish_item() 238 struct list_head *item) in xfs_refcount_update_cancel_item()
|
D | xfs_trans_rmap.c | 168 struct list_head *item) in xfs_rmap_update_log_item() 211 struct list_head *item, in xfs_rmap_update_finish_item() 254 struct list_head *item) in xfs_rmap_update_cancel_item()
|
D | xfs_filestream.c | 127 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() local 150 struct xfs_fstrm_item *item; in xfs_filestream_pick_ag() local 386 struct xfs_fstrm_item *item = in xfs_filestream_new_ag() local
|
/fs/btrfs/tests/ |
D | qgroup-tests.c | 31 struct btrfs_extent_item *item; in insert_normal_tree_ref() local 84 struct btrfs_extent_item *item; in add_tree_ref() local 168 struct btrfs_extent_item *item; in remove_extent_ref() local
|
D | extent-buffer-tests.c | 31 struct btrfs_item *item; in test_btrfs_split_item() local
|
/fs/nfsd/ |
D | nfs4idmap.c | 265 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() 423 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup() 493 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup() 526 struct ent *item, key = { in idmap_name_to_id() local 564 struct ent *item, key = { in idmap_id_to_name() local
|
D | export.c | 206 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_init() local 219 struct svc_expkey *item = container_of(citem, struct svc_expkey, h); in expkey_update() local 249 svc_expkey_hash(struct svc_expkey *item) in svc_expkey_hash() 262 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup() 700 struct svc_export *item = container_of(citem, struct svc_export, h); in svc_export_init() local 717 struct svc_export *item = container_of(citem, struct svc_export, h); in export_update() local
|
/fs/logfs/ |
D | segment.c | 188 struct object_alias_item *item; in btree_write_alias() local 211 struct object_alias_item *item; in logfs_load_object_aliases() local 258 struct object_alias_item *item; in kill_alias() local 482 struct object_alias_item *item, *next; in move_btree_to_page() local 525 struct object_alias_item *item; in move_page_to_btree() local
|