Searched refs:sysv_sb_info (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/sysv/ |
A 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() 190 static inline __u32 fs32_to_cpu(struct sysv_sb_info *sbi, __fs32 n) in fs32_to_cpu() 200 static inline __fs32 cpu_to_fs32(struct sysv_sb_info *sbi, __u32 n) in cpu_to_fs32() 210 static inline __fs32 fs32_add(struct sysv_sb_info *sbi, __fs32 *n, int d) in fs32_add() 221 static inline __u16 fs16_to_cpu(struct sysv_sb_info *sbi, __fs16 n) in fs16_to_cpu() 229 static inline __fs16 cpu_to_fs16(struct sysv_sb_info *sbi, __u16 n) in cpu_to_fs16() 237 static inline __fs16 fs16_add(struct sysv_sb_info *sbi, __fs16 *n, int d) in fs16_add()
|
A 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() 158 static void detected_v7(struct sysv_sb_info *sbi, unsigned *max_links) in detected_v7() 275 int (*test)(struct sysv_sb_info *, struct buffer_head *); 294 static void (*flavour_setup[])(struct sysv_sb_info *, unsigned *) = { 305 struct sysv_sb_info *sbi = SYSV_SB(sb); in complete_read_super() 355 struct sysv_sb_info *sbi; in sysv_fill_super() 365 sbi = kzalloc(sizeof(struct sysv_sb_info), GFP_KERNEL); in sysv_fill_super() 443 struct sysv_sb_info *sbi; in v7_sanity_check() 476 struct sysv_sb_info *sbi; in v7_fill_super() [all …]
|
A 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()
|
A 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()
|
A 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()
|
A 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()
|
Completed in 10 milliseconds