/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() 344 struct erofs_workgroup *grp; in cllookup() local 508 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 423 ext4_group_t i, grp, g, ngroups; in find_group_orlov() local 756 struct ext4_group_info *grp; in __ext4_new_inode() local 1025 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in __ext4_new_inode() local 1344 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_init_inode_table() local
|
D | mballoc.c | 554 struct ext4_group_info *grp; in __mb_check_buddy() local 655 struct ext4_group_info *grp) in ext4_mb_mark_free_simple() 694 mb_set_largest_free_order(struct super_block *sb, struct ext4_group_info *grp) in mb_set_largest_free_order() 714 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_mb_generate_buddy() local 1108 struct ext4_group_info *grp; in ext4_mb_load_buddy_gfp() local 1824 struct ext4_group_info *grp = ext4_get_group_info(ac->ac_sb, group); in ext4_mb_find_by_goal() local 1889 struct ext4_group_info *grp = e4b->bd_info; in ext4_mb_simple_scan_group() local 2039 struct ext4_group_info *grp = ext4_get_group_info(ac->ac_sb, group); in ext4_mb_good_group() local 2681 static void ext4_mb_cleanup_pa(struct ext4_group_info *grp) in ext4_mb_cleanup_pa() 3496 struct ext4_group_info *grp; in ext4_mb_generate_from_freelist() local [all …]
|
D | balloc.c | 363 struct ext4_group_info *grp = ext4_get_group_info(sb, block_group); in ext4_validate_block_bitmap() local 683 struct ext4_group_info *grp; in ext4_count_free_clusters() local
|
D | ext4.h | 2749 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \ argument 2792 #define ext4_grp_locked_error(sb, grp, ino, block, fmt, ...) \ argument 3022 #define EXT4_MB_GRP_NEED_INIT(grp) \ argument 3024 #define EXT4_MB_GRP_BBITMAP_CORRUPT(grp) \ argument 3026 #define EXT4_MB_GRP_IBITMAP_CORRUPT(grp) \ argument 3029 #define EXT4_MB_GRP_WAS_TRIMMED(grp) \ argument 3031 #define EXT4_MB_GRP_SET_TRIMMED(grp) \ argument 3033 #define EXT4_MB_GRP_CLEAR_TRIMMED(grp) \ argument
|
D | super.c | 766 struct super_block *sb, ext4_group_t grp, in __ext4_grp_locked_error() 830 struct ext4_group_info *grp = ext4_get_group_info(sb, group); in ext4_mark_group_bitmap_corrupted() local 2502 ext4_group_t i, grp = sbi->s_groups_count; in ext4_check_descriptors() local 3468 static int count_overhead(struct super_block *sb, ext4_group_t grp, in count_overhead()
|
D | resize.c | 744 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
|