Searched refs:sysv_sb_info (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/sysv/ |
D | sysv.h | 22 struct sysv_sb_info { struct 78 static inline struct sysv_sb_info *SYSV_SB(struct super_block *sb) in SYSV_SB() argument 115 struct sysv_sb_info *sbi = SYSV_SB(sb); in dirty_sb() 188 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu() 198 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32() 208 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add() 219 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu() 227 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16() 235 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|
D | super.c | 48 static void detected_xenix(struct sysv_sb_info *sbi, unsigned *max_links) in detected_xenix() 79 static void detected_sysv4(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv4() 107 static void detected_sysv2(struct sysv_sb_info *sbi, unsigned *max_links) in detected_sysv2() 135 static void detected_coherent(struct sysv_sb_info *sbi, unsigned *max_links) in detected_coherent() 158 static void detected_v7(struct sysv_sb_info *sbi, unsigned *max_links) in detected_v7() 179 static int detect_xenix(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_xenix() 200 static int detect_sysv(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv() 253 static int detect_coherent(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_coherent() 266 static int detect_sysv_odd(struct sysv_sb_info *sbi, struct buffer_head *bh) in detect_sysv_odd() 275 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() 108 static inline void read3byte(struct sysv_sb_info *sbi, in read3byte() 129 static inline void write3byte(struct sysv_sb_info *sbi, in write3byte() 172 struct sysv_sb_info * sbi = SYSV_SB(sb); in sysv_iget() 233 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() 431 struct sysv_sb_info *sbi = SYSV_SB(s); in sysv_nblocks()
|