/fs/erofs/ |
D | utils.c | 40 #define __erofs_workgroup_get(grp) atomic_inc(&(grp)->refcount) argument 41 #define __erofs_workgroup_put(grp) atomic_dec(&(grp)->refcount) argument 43 static int erofs_workgroup_get(struct erofs_workgroup *grp) in erofs_workgroup_get() 65 struct erofs_workgroup *grp; in erofs_find_workgroup() local 87 struct erofs_workgroup *grp, in erofs_register_workgroup() 128 static void __erofs_workgroup_free(struct erofs_workgroup *grp) in __erofs_workgroup_free() 134 int erofs_workgroup_put(struct erofs_workgroup *grp) in erofs_workgroup_put() 145 static void erofs_workgroup_unfreeze_final(struct erofs_workgroup *grp) in erofs_workgroup_unfreeze_final() 152 struct erofs_workgroup *grp, in erofs_try_to_release_workgroup() 206 struct erofs_workgroup *grp = xa_untag_pointer(batch[i]); in erofs_shrink_workstation() local
|
D | internal.h | 123 static inline bool erofs_workgroup_try_to_freeze(struct erofs_workgroup *grp, in erofs_workgroup_try_to_freeze() 134 static inline void erofs_workgroup_unfreeze(struct erofs_workgroup *grp, in erofs_workgroup_unfreeze() 146 static inline int erofs_wait_on_workgroup_freezed(struct erofs_workgroup *grp) in erofs_wait_on_workgroup_freezed() 152 static inline bool erofs_workgroup_try_to_freeze(struct erofs_workgroup *grp, in erofs_workgroup_try_to_freeze() 164 static inline void erofs_workgroup_unfreeze(struct erofs_workgroup *grp, in erofs_workgroup_unfreeze() 170 static inline int erofs_wait_on_workgroup_freezed(struct erofs_workgroup *grp) in erofs_wait_on_workgroup_freezed()
|
D | zdata.c | 212 struct erofs_workgroup *grp) in erofs_try_to_free_all_cached_pages() 342 struct erofs_workgroup *grp; in cllookup() local 506 void erofs_workgroup_free_rcu(struct erofs_workgroup *grp) in erofs_workgroup_free_rcu()
|
/fs/sysfs/ |
D | group.c | 20 const struct attribute_group *grp) in remove_files() 35 const struct attribute_group *grp, int update) in create_files() 108 const struct attribute_group *grp) in internal_create_group() 172 const struct attribute_group *grp) in sysfs_create_group() 255 const struct attribute_group *grp) in sysfs_update_group() 270 const struct attribute_group *grp) in sysfs_remove_group() 326 const struct attribute_group *grp) in sysfs_merge_group() 360 const struct attribute_group *grp) in sysfs_unmerge_group()
|
/fs/ext4/ |
D | ialloc.c | 85 struct ext4_group_info *grp = ext4_get_group_info(sb, block_group); in ext4_validate_inode_bitmap() local 244 struct ext4_group_info *grp; in ext4_free_inode() local 426 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local 758 struct ext4_group_info *grp; in __ext4_new_inode() local 1027 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in __ext4_new_inode() local 1348 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_init_inode_table() local
|
D | mballoc.c | 555 struct ext4_group_info *grp; in __mb_check_buddy() local 656 struct ext4_group_info *grp) in ext4_mb_mark_free_simple() 695 mb_set_largest_free_order(struct super_block *sb, struct ext4_group_info *grp) in mb_set_largest_free_order() 715 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_mb_generate_buddy() local 1109 struct ext4_group_info *grp; in ext4_mb_load_buddy_gfp() local 1830 struct ext4_group_info *grp = ext4_get_group_info(ac->ac_sb, group); in ext4_mb_find_by_goal() local 1894 struct ext4_group_info *grp = e4b->bd_info; in ext4_mb_simple_scan_group() local 2053 struct ext4_group_info *grp = ext4_get_group_info(ac->ac_sb, group); in ext4_mb_good_group() local 2710 static void ext4_mb_cleanup_pa(struct ext4_group_info *grp) in ext4_mb_cleanup_pa() 3543 struct ext4_group_info *grp; in ext4_mb_generate_from_freelist() local [all …]
|
D | balloc.c | 387 struct ext4_group_info *grp = ext4_get_group_info(sb, block_group); in ext4_validate_block_bitmap() local 730 struct ext4_group_info *grp; in ext4_count_free_clusters() local
|
D | ext4.h | 2817 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \ argument 2860 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \ argument 3090 #define EXT4_MB_GRP_NEED_INIT(grp) \ argument 3092 #define EXT4_MB_GRP_BBITMAP_CORRUPT(grp) \ argument 3094 #define EXT4_MB_GRP_IBITMAP_CORRUPT(grp) \ argument 3097 #define EXT4_MB_GRP_WAS_TRIMMED(grp) \ argument 3099 #define EXT4_MB_GRP_SET_TRIMMED(grp) \ argument 3101 #define EXT4_MB_GRP_CLEAR_TRIMMED(grp) \ argument
|
D | super.c | 765 struct super_block *sb, ext4_group_t grp, in __ext4_grp_locked_error() 829 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_mark_group_bitmap_corrupted() local 2583 ext4_group_t i, grp = sbi->s_groups_count; in ext4_check_descriptors() local 3547 static int count_overhead(struct super_block *sb, ext4_group_t grp, in count_overhead()
|
D | resize.c | 789 unsigned grp; in verify_reserved_gdb() local
|
/fs/xfs/ |
D | xfs_mru_cache.c | 130 unsigned int grp; in _xfs_mru_cache_migrate() local 194 unsigned int grp = 0; in _xfs_mru_cache_list_insert() local 324 int err = 0, grp; in xfs_mru_cache_create() local
|