Searched refs:sysv_sb_info (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/fs/sysv/ |
D | sysv.h | 22 struct sysv_sb_info { struct 80 static inline struct sysv_sb_info *SYSV_SB(struct super_block *sb) in SYSV_SB() argument 117 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 | 42 struct sysv_sb_info *sbi = SYSV_SB(sb); in sv_sb_fic_inode() 59 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_raw_inode() 73 struct sysv_sb_info *sbi = SYSV_SB(sb); in refill_free_cache() 104 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_free_inode() 139 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_new_inode() 184 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_count_free_inodes()
|
D | inode.c | 37 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_sync_fs() 62 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_remount() 72 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_put_super() 91 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_statfs() 109 static inline void read3byte(struct sysv_sb_info *sbi, in read3byte() 130 static inline void write3byte(struct sysv_sb_info *sbi, in write3byte() 173 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_iget() 234 struct sysv_sb_info * sbi = SYSV_SB(sb); in __sysv_write_inode()
|
D | balloc.c | 45 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_free_block() 102 struct sysv_sb_info *sbi = SYSV_SB(sb); in sysv_new_block() 161 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_count_free_blocks()
|
D | itree.c | 26 struct sysv_sb_info *sbi = SYSV_SB(sb); in block_to_path() 54 static inline int block_to_cpu(struct sysv_sb_info *sbi, sysv_zone_t nr) in block_to_cpu() 435 struct sysv_sb_info *sbi = SYSV_SB(s); in sysv_nblocks()
|