Searched refs:sysv_sb_info (Results 1 – 6 of 6) sorted by relevance
/fs/sysv/ |
D | sysv.h | 21 struct sysv_sb_info { struct 79 static inline struct sysv_sb_info *SYSV_SB(struct super_block *sb) in SYSV_SB() argument 116 struct sysv_sb_info *sbi = SYSV_SB(sb); in dirty_sb() 191 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu() 201 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32() 211 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add() 222 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu() 230 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16() 238 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|
D | super.c | 47 static void detected_xenix(struct sysv_sb_info *sbi, unsigned *max_links) in detected_xenix() 78 static void detected_sysv4(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv4() 106 static void detected_sysv2(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv2() 134 static void detected_coherent(struct sysv_sb_info *sbi, unsigned *max_links) in detected_coherent() 157 static void detected_v7(struct sysv_sb_info *sbi, unsigned *max_links) in detected_v7() 178 static int detect_xenix(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_xenix() 199 static int detect_sysv(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv() 252 static int detect_coherent(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_coherent() 265 static int detect_sysv_odd(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv_odd() 274 int (*test)(struct sysv_sb_info *, struct buffer_head *); [all …]
|
D | ialloc.c | 41 struct sysv_sb_info *sbi = SYSV_SB(sb); in sv_sb_fic_inode() 58 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_raw_inode() 72 struct sysv_sb_info *sbi = SYSV_SB(sb); in refill_free_cache() 103 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_free_inode() 138 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_new_inode() 183 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_count_free_inodes()
|
D | inode.c | 36 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_sync_fs() 61 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_remount() 71 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_put_super() 90 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_statfs() 108 static inline void read3byte(struct sysv_sb_info *sbi, in read3byte() 129 static inline void write3byte(struct sysv_sb_info *sbi, in write3byte() 179 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_iget() 240 struct sysv_sb_info * sbi = SYSV_SB(sb); in __sysv_write_inode()
|
D | balloc.c | 44 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_free_block() 101 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_new_block() 160 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_count_free_blocks()
|
D | itree.c | 25 struct sysv_sb_info *sbi = SYSV_SB(sb); in block_to_path() 53 static inline int block_to_cpu(struct sysv_sb_info *sbi, sysv_zone_t nr) in block_to_cpu() 430 struct sysv_sb_info *sbi = SYSV_SB(s); in sysv_nblocks()
|