Home
last modified time | relevance | path

Searched defs:cluster (Results 1 – 22 of 22) sorted by relevance

/fs/ocfs2/cluster/
Dnodemanager.c49 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_configured_node_map() local
64 static struct o2nm_node *o2nm_node_ip_tree_lookup(struct o2nm_cluster *cluster, in o2nm_node_ip_tree_lookup()
102 struct o2nm_cluster *cluster = o2nm_single_cluster; in o2nm_get_node_by_ip() local
187 struct o2nm_cluster *cluster; in o2nm_node_num_store() local
271 struct o2nm_cluster *cluster; in o2nm_node_ipv4_address_store() local
326 struct o2nm_cluster *cluster; in o2nm_node_local_store() local
453 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_idle_timeout_ms_store() local
490 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_keepalive_delay_ms_store() local
534 struct o2nm_cluster *cluster = to_o2nm_cluster(item); in o2nm_cluster_fence_method_show() local
606 struct o2nm_cluster *cluster = to_o2nm_cluster(group->cg_item.ci_parent); in o2nm_node_group_drop_item() local
[all …]
/fs/ocfs2/
Dresize.c46 u32 cluster, lgd_cluster; in ocfs2_calc_new_backup_super() local
181 u32 cluster; in update_backups() local
423 u32 cluster = ocfs2_blocks_to_clusters(inode->i_sb, input->group); in ocfs2_verify_group_and_input() local
Dioctl.c447 unsigned int offset = 0, cluster, chunk; in ocfs2_info_freefrag_scan_chain() local
Dsuballoc.c2324 u32 cluster = 0; in ocfs2_desc_bitmap_to_cluster_off() local
2336 u64 ocfs2_which_cluster_group(struct inode *inode, u32 cluster) in ocfs2_which_cluster_group()
Dfile.c1549 u32 cluster, p_cluster, nr_clusters; in ocfs2_zeroout_partial_cluster() local
/fs/fat/
Dcache.c225 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster()
291 static int fat_bmap_cluster(struct inode *inode, int cluster) in fat_bmap_cluster()
316 int cluster, offset; in fat_get_mapped_cluster() local
Dnamei_msdos.c228 int is_dir, int is_hid, int cluster, in msdos_add_entry()
350 int err, is_hid, cluster; in msdos_mkdir() local
Dnamei_vfat.c580 int len, int is_dir, int cluster, in vfat_build_slots()
657 int is_dir, int cluster, struct timespec64 *ts, in vfat_add_entry()
854 int err, cluster; in vfat_mkdir() local
Ddir.c1154 int err, cluster; in fat_alloc_new_dir() local
1219 int err, i, n, offset, cluster[2]; in fat_add_new_entries() local
1381 int cluster, nr_cluster; in fat_add_entries() local
Dfatent.c466 int fat_alloc_clusters(struct inode *inode, int *cluster, int nr_cluster) in fat_alloc_clusters()
554 int fat_free_clusters(struct inode *inode, int cluster) in fat_free_clusters()
Dfat.h291 int cluster = le16_to_cpu(de->start); in fat_get_start() local
297 static inline void fat_set_start(struct msdos_dir_entry *de, int cluster) in fat_set_start()
Dinode.c105 int err, cluster; in fat_add_cluster() local
/fs/dlm/
Dlockspace.c356 static int new_lockspace(const char *name, const char *cluster, in new_lockspace()
619 static int __dlm_new_lockspace(const char *name, const char *cluster, in __dlm_new_lockspace()
648 int dlm_new_lockspace(const char *name, const char *cluster, uint32_t flags, in dlm_new_lockspace()
657 int dlm_new_user_lockspace(const char *name, const char *cluster, in dlm_new_user_lockspace()
/fs/btrfs/
Dfree-space-cache.c1078 struct btrfs_free_cluster *cluster = NULL; in write_cache_extent_entries() local
1588 struct btrfs_free_cluster *cluster, in tree_insert_offset()
2338 struct btrfs_free_cluster *cluster; in insert_into_bitmap() local
2980 struct btrfs_free_cluster *cluster) in __btrfs_return_cluster_to_free_space()
3036 struct btrfs_free_cluster *cluster; in btrfs_remove_free_space_cache() local
3155 struct btrfs_free_cluster *cluster) in btrfs_return_cluster_to_free_space()
3189 struct btrfs_free_cluster *cluster, in btrfs_alloc_from_bitmap()
3222 struct btrfs_free_cluster *cluster, u64 bytes, in btrfs_alloc_from_cluster()
3322 struct btrfs_free_cluster *cluster, in btrfs_bitmap_cluster()
3415 struct btrfs_free_cluster *cluster, in setup_cluster_no_bitmap()
[all …]
Drelocation.c147 struct file_extent_cluster cluster; member
2748 const struct file_extent_cluster *cluster = &rc->cluster; in prealloc_file_extent_cluster() local
2895 static u64 get_cluster_boundary_end(const struct file_extent_cluster *cluster, in get_cluster_boundary_end()
2910 const struct file_extent_cluster *cluster = &rc->cluster; in relocate_one_folio() local
3066 const struct file_extent_cluster *cluster = &rc->cluster; in relocate_file_extent_cluster() local
3106 struct file_extent_cluster *cluster = &rc->cluster; in relocate_data_extent() local
Dextent-tree.c2752 struct btrfs_free_cluster *cluster = NULL; in unpin_extent_range() local
3611 struct btrfs_free_cluster *cluster, in btrfs_lock_cluster()
Dblock-group.c1075 struct btrfs_free_cluster *cluster; in btrfs_remove_block_group() local
/fs/exfat/
Dcache.c236 int exfat_get_cluster(struct inode *inode, unsigned int cluster, in exfat_get_cluster()
Dinode.c273 unsigned int cluster, sec_offset; in exfat_get_block() local
/fs/gfs2/
Dlock_dlm.c1288 char cluster[GFS2_LOCKNAME_LEN]; in gdlm_mount() local
/fs/ext4/
Dmballoc.c3844 ext4_group_t block_group, ext4_grpblk_t cluster, int count) in ext4_issue_discard()
6307 ext4_grpblk_t cluster; in ext4_mb_free_metadata() local
Dext4.h377 #define EXT4_C2B(sbi, cluster) ((cluster) << (sbi)->s_cluster_bits) argument