Home
last modified time | relevance | path

Searched defs:item (Results 1 – 25 of 58) sorted by relevance

123

/fs/ocfs2/cluster/
A Dnodemanager.c156 static void o2nm_node_release(struct config_item *item) in o2nm_node_release()
481 struct config_item *item, char *page) in o2nm_cluster_keepalive_delay_ms_show()
488 struct config_item *item, const char *page, size_t count) in o2nm_cluster_keepalive_delay_ms_store()
518 struct config_item *item, char *page) in o2nm_cluster_reconnect_delay_ms_show()
525 struct config_item *item, const char *page, size_t count) in o2nm_cluster_reconnect_delay_ms_store()
532 struct config_item *item, char *page) in o2nm_cluster_fence_method_show()
544 struct config_item *item, const char *page, size_t count) in o2nm_cluster_fence_method_store()
603 struct config_item *item) in o2nm_node_group_drop_item()
652 static void o2nm_cluster_release(struct config_item *item) in o2nm_cluster_release()
774 int o2nm_depend_item(struct config_item *item) in o2nm_depend_item()
[all …]
A Dheartbeat.c1486 static struct o2hb_region *to_o2hb_region(struct config_item *item) in to_o2hb_region()
1494 static void o2hb_region_release(struct config_item *item) in o2hb_region_release()
1559 static ssize_t o2hb_region_block_bytes_show(struct config_item *item, in o2hb_region_block_bytes_show()
1565 static ssize_t o2hb_region_block_bytes_store(struct config_item *item, in o2hb_region_block_bytes_store()
1588 static ssize_t o2hb_region_start_block_show(struct config_item *item, in o2hb_region_start_block_show()
1594 static ssize_t o2hb_region_start_block_store(struct config_item *item, in o2hb_region_start_block_store()
1620 static ssize_t o2hb_region_blocks_store(struct config_item *item, in o2hb_region_blocks_store()
1762 static ssize_t o2hb_region_dev_store(struct config_item *item, in o2hb_region_dev_store()
2069 struct config_item *item) in o2hb_heartbeat_group_drop_item()
2154 static ssize_t o2hb_heartbeat_group_mode_show(struct config_item *item, in o2hb_heartbeat_group_mode_show()
[all …]
/fs/configfs/
A Ditem.c34 static void config_item_init(struct config_item *item) in config_item_init()
49 int config_item_set_name(struct config_item *item, const char *fmt, ...) in config_item_set_name()
82 void config_item_init_type_name(struct config_item *item, in config_item_init_type_name()
101 struct config_item *config_item_get(struct config_item *item) in config_item_get()
109 struct config_item *config_item_get_unless_zero(struct config_item *item) in config_item_get_unless_zero()
117 static void config_item_cleanup(struct config_item *item) in config_item_cleanup()
146 void config_item_put(struct config_item *item) in config_item_put()
181 struct config_item *item = to_item(entry); in config_group_find_item() local
A Dsymlink.c22 static int item_depth(struct config_item * item) in item_depth()
30 static int item_path_length(struct config_item * item) in item_path_length()
41 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path()
56 static int configfs_get_target_path(struct config_item *item, in configfs_get_target_path()
78 struct config_item *item, in create_link()
A Ddir.c422 static void configfs_remove_dir(struct config_item * item) in configfs_remove_dir()
569 static void detach_attrs(struct config_item * item) in detach_attrs()
598 static int populate_attrs(struct config_item *item) in populate_attrs()
753 static void unlink_obj(struct config_item *item) in unlink_obj()
840 struct config_item *item, in configfs_attach_item()
868 static void configfs_detach_item(struct config_item *item) in configfs_detach_item()
875 struct config_item *item, in configfs_attach_group()
930 struct config_item *item) in client_disconnect_notify()
949 struct config_item *item) in client_drop_item()
1288 struct config_item *item = NULL; in configfs_mkdir() local
[all …]
A Dfile.c41 struct config_item *item; member
447 int configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) in configfs_create_file()
468 int configfs_create_bin_file(struct config_item *item, in configfs_create_bin_file()
/fs/dlm/
A Dconfig.c107 static ssize_t cluster_cluster_name_store(struct config_item *item, in cluster_cluster_name_store()
117 static ssize_t cluster_tcp_port_show(struct config_item *item, char *buf) in cluster_tcp_port_show()
133 static ssize_t cluster_tcp_port_store(struct config_item *item, in cluster_tcp_port_store()
293 struct config_item item; member
307 struct config_item item; member
632 static ssize_t comm_nodeid_show(struct config_item *item, char *buf) in comm_nodeid_show()
650 static ssize_t comm_local_show(struct config_item *item, char *buf) in comm_local_show()
697 static ssize_t comm_addr_list_show(struct config_item *item, char *buf) in comm_addr_list_show()
742 static ssize_t comm_mark_show(struct config_item *item, char *buf) in comm_mark_show()
785 static ssize_t node_nodeid_show(struct config_item *item, char *buf) in node_nodeid_show()
[all …]
/fs/nfs/
A Ddns_resolve.c106 struct nfs_dns_ent *item; in nfs_dns_ent_free_rcu() local
115 struct nfs_dns_ent *item; in nfs_dns_ent_put() local
123 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); in nfs_dns_ent_alloc() local
179 struct nfs_dns_ent *item; in nfs_dns_show() local
232 struct nfs_dns_ent key, *item; in nfs_dns_parse() local
282 struct nfs_dns_ent **item, in do_cache_lookup()
298 struct nfs_dns_ent **item) in do_cache_lookup_nowait()
323 struct nfs_dns_ent **item) in do_cache_lookup_wait()
349 struct nfs_dns_ent *item = NULL; in nfs_dns_resolve_name() local
/fs/xfs/
A Dxfs_buf_item_recover.c160 struct xlog_recover_item *item) in xlog_recover_buf_reorder()
174 struct xlog_recover_item *item) in xlog_recover_buf_ra_pass2()
188 struct xlog_recover_item *item) in xlog_recover_buf_commit_pass1()
467 struct xlog_recover_item *item, in xlog_recover_do_reg_buffer()
562 struct xlog_recover_item *item, in xlog_recover_do_dquot_buffer()
608 struct xlog_recover_item *item, in xlog_recover_do_inode_buffer()
717 struct xlog_recover_item *item, in xlog_recover_do_primary_sb_buffer()
1002 struct xlog_recover_item *item, in xlog_recover_buf_commit_pass2()
A Dxfs_dquot_item_recover.c27 struct xlog_recover_item *item) in xlog_recover_dquot_ra_pass2()
64 struct xlog_recover_item *item, in xlog_recover_dquot_commit_pass2()
193 struct xlog_recover_item *item) in xlog_recover_quotaoff_commit_pass1()
A Dxfs_refcount_item.c393 struct list_head *item) in xfs_refcount_update_cancel_item()
406 struct list_head *item, in xfs_refcount_update_finish_item()
622 struct list_head *item, in xfs_rtrefcount_update_finish_item()
712 struct xlog_recover_item *item, in xlog_recover_cui_commit_pass2()
754 struct xlog_recover_item *item, in xlog_recover_rtcui_commit_pass2()
790 struct xlog_recover_item *item, in xlog_recover_rtcui_commit_pass2()
815 struct xlog_recover_item *item, in xlog_recover_cud_commit_pass2()
841 struct xlog_recover_item *item, in xlog_recover_rtcud_commit_pass2()
A Dxfs_extfree_item.c515 struct list_head *item) in xfs_extent_free_cancel_item()
528 struct list_head *item, in xfs_extent_free_finish_item()
584 struct list_head *item, in xfs_agfl_free_finish_item()
773 struct list_head *item, in xfs_rtextent_free_finish_item()
863 struct xlog_recover_item *item, in xlog_recover_efi_commit_pass2()
902 struct xlog_recover_item *item, in xlog_recover_rtefi_commit_pass2()
935 struct xlog_recover_item *item, in xlog_recover_rtefi_commit_pass2()
960 struct xlog_recover_item *item, in xlog_recover_efd_commit_pass2()
997 struct xlog_recover_item *item, in xlog_recover_rtefd_commit_pass2()
A Dxfs_rmap_item.c418 struct list_head *item) in xfs_rmap_update_cancel_item()
431 struct list_head *item, in xfs_rmap_update_finish_item()
741 struct xlog_recover_item *item, in xlog_recover_rui_commit_pass2()
783 struct xlog_recover_item *item, in xlog_recover_rtrui_commit_pass2()
819 struct xlog_recover_item *item, in xlog_recover_rtrui_commit_pass2()
844 struct xlog_recover_item *item, in xlog_recover_rud_commit_pass2()
870 struct xlog_recover_item *item, in xlog_recover_rtrud_commit_pass2()
A Dxfs_filestream.c39 struct xfs_fstrm_item *item = in xfs_fstrm_free_func() local
267 struct xfs_fstrm_item *item; in xfs_filestream_create_association() local
275 struct xfs_fstrm_item *item = in xfs_filestream_create_association() local
A Dxfs_exchmaps_item.c284 struct list_head *item) in xfs_exchmaps_cancel_item()
296 struct list_head *item, in xfs_exchmaps_finish_item()
552 struct xlog_recover_item *item, in xlog_recover_xmi_commit_pass2()
596 struct xlog_recover_item *item, in xlog_recover_xmd_commit_pass2()
A Dxfs_icreate_item.c122 struct xlog_recover_item *item) in xlog_recover_icreate_reorder()
145 struct xlog_recover_item *item, in xlog_recover_icreate_commit_pass2()
A Dxfs_bmap_item.c379 struct list_head *item) in xfs_bmap_update_cancel_item()
395 struct list_head *item, in xfs_bmap_update_finish_item()
649 struct xlog_recover_item *item, in xlog_recover_bui_commit_pass2()
703 struct xlog_recover_item *item, in xlog_recover_bud_commit_pass2()
A Dxfs_inode_item_recover.c31 struct xlog_recover_item *item) in xlog_recover_inode_ra_pass2()
311 struct xlog_recover_item *item, in xlog_recover_inode_commit_pass2()
/fs/ocfs2/
A Duptodate.c133 struct ocfs2_meta_cache_item *item; in ocfs2_purge_copied_metadata_tree() local
192 sector_t item) in ocfs2_search_cache_array()
211 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_search_cache_tree() local
231 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_buffer_cached() local
545 struct ocfs2_meta_cache_item *item) in ocfs2_remove_metadata_tree()
559 struct ocfs2_meta_cache_item *item = NULL; in ocfs2_remove_block_from_cache() local
/fs/btrfs/
A Droot-tree.c27 struct btrfs_root_item *item) in btrfs_read_root_item()
117 void btrfs_set_root_node(struct btrfs_root_item *item, in btrfs_set_root_node()
129 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root()
206 const struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root()
483 struct btrfs_root_item *item = &root->root_item; in btrfs_update_root_times() local
A Daccessors.h321 struct btrfs_tree_block_info *item, in btrfs_tree_block_key()
328 struct btrfs_tree_block_info *item, in btrfs_set_tree_block_key()
470 struct btrfs_item *item = btrfs_item_nr(eb, nr); in btrfs_item_key() local
478 struct btrfs_item *item = btrfs_item_nr(eb, nr); in btrfs_set_item_key() local
504 const struct btrfs_dir_item *item) in btrfs_dir_ftype()
509 static inline u8 btrfs_stack_dir_ftype(const struct btrfs_dir_item *item) in btrfs_stack_dir_ftype()
515 const struct btrfs_dir_item *item, in btrfs_dir_item_key()
522 struct btrfs_dir_item *item, in btrfs_set_dir_item_key()
590 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
635 const struct btrfs_dir_item *item, in btrfs_dir_item_key_to_cpu()
A Ddelayed-inode.c321 struct btrfs_delayed_item *item; in btrfs_alloc_delayed_item() local
466 struct btrfs_delayed_item *item) in __btrfs_next_delayed_item()
474 struct btrfs_delayed_item *item) in btrfs_delayed_item_reserve_metadata()
513 struct btrfs_delayed_item *item) in btrfs_delayed_item_release_metadata()
821 struct btrfs_delayed_item *item) in btrfs_batch_delete_items()
908 struct btrfs_delayed_item *item; in btrfs_delete_delayed_items() local
1546 struct btrfs_delayed_item *item; in btrfs_delete_delayed_insertion_item() local
1594 struct btrfs_delayed_item *item; in btrfs_delete_delayed_dir_index() local
1670 struct btrfs_delayed_item *item; in btrfs_readdir_get_delayed_items() local
2083 struct btrfs_delayed_item *item; in btrfs_log_get_delayed_items() local
[all …]
A Dfile-item.c164 struct btrfs_file_extent_item *item; in btrfs_insert_hole_extent() local
208 struct btrfs_csum_item *item; in btrfs_lookup_csum() local
282 struct btrfs_csum_item *item = NULL; in search_csum_tree() local
470 struct btrfs_csum_item *item; in btrfs_lookup_csums_list() local
613 struct btrfs_csum_item *item; in btrfs_lookup_csums_bitmap() local
1052 struct btrfs_csum_item *item; in btrfs_csum_file_blocks() local
/fs/btrfs/tests/
A Dqgroup-tests.c20 struct btrfs_extent_item *item; in insert_normal_tree_ref() local
72 struct btrfs_extent_item *item; in add_tree_ref() local
154 struct btrfs_extent_item *item; in remove_extent_ref() local
/fs/nfsd/
A Dnfs4idmap.c274 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
439 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
509 struct ent *key, struct cache_detail *detail, struct ent **item) in idmap_lookup()
542 struct ent *item, key = { in idmap_name_to_id() local
580 struct ent *item, key = { in idmap_id_to_name() local

Completed in 213 milliseconds

123