Searched refs:sysv_zone_t (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/sysv/ |
H A D | balloc.c | 31 static inline sysv_zone_t *get_chunk(struct super_block *sb, struct buffer_head *bh) in get_chunk() 36 return (sysv_zone_t*)(bh_data+4); in get_chunk() 38 return (sysv_zone_t*)(bh_data+2); in get_chunk() 43 void sysv_free_block(struct super_block * sb, sysv_zone_t nr) in sysv_free_block() 47 sysv_zone_t *blocks = sbi->s_bcache; in sysv_free_block() 86 memcpy(get_chunk(sb,bh), blocks, count * sizeof(sysv_zone_t)); in sysv_free_block() 100 sysv_zone_t sysv_new_block(struct super_block * sb) in sysv_new_block() 104 sysv_zone_t nr; in sysv_new_block() 145 count * sizeof(sysv_zone_t)); in sysv_new_block() 165 sysv_zone_t *blocks; in sysv_count_free_blocks() [all …]
|
H A D | itree.c | 60 sysv_zone_t *p; 61 sysv_zone_t key; 271 static inline int all_zeroes(sysv_zone_t *p, sysv_zone_t *q) in all_zeroes() 283 sysv_zone_t *top) in find_shared() 328 static inline void free_data(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q) in free_data() 331 sysv_zone_t nr = *p; in free_data() 340 static void free_branches(struct inode *inode, sysv_zone_t *p, sysv_zone_t *q, int depth) in free_branches() 348 sysv_zone_t nr = *p; in free_branches() 356 free_branches(inode, (sysv_zone_t*)bh->b_data, in free_branches() 368 sysv_zone_t *i_data = SYSV_I(inode)->i_data; in sysv_truncate() [all …]
|
H A D | sysv.h | 47 sysv_zone_t *s_bcache; /* pointer to s_sbd->s_free */ 131 extern sysv_zone_t sysv_new_block(struct super_block *); 132 extern void sysv_free_block(struct super_block *, sysv_zone_t);
|
/openbmc/linux/include/linux/ |
H A D | sysv_fs.h | 19 typedef __fs32 sysv_zone_t; typedef 34 sysv_zone_t s_free[XENIX_NICFREE]; /* first free block list chunk */ 74 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */ 104 sysv_zone_t s_free[SYSV_NICFREE]; /* first free block list chunk */ 134 sysv_zone_t s_free[V7_NICFREE]; /* first free block list chunk */ 172 sysv_zone_t s_free[COH_NICFREE] __packed2__; /* first free block list chunk */
|