Searched refs:super_block (Results 51 - 75 of 651) sorted by relevance

1234567891011>>

/linux-master/fs/jfs/
H A Djfs_inode.h16 extern struct inode *jfs_iget(struct super_block *, unsigned long);
25 extern struct dentry *jfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
27 extern struct dentry *jfs_fh_to_parent(struct super_block *sb, struct fid *fid,
H A Djfs_txnmgr.h34 struct super_block *sb; /* super block */
264 struct super_block *sb; /* superblock */
283 extern tid_t txBegin(struct super_block *, int);
284 extern void txBeginAnon(struct super_block *);
293 extern void txQuiesce(struct super_block *);
294 extern void txResume(struct super_block *);
/linux-master/fs/ext4/
H A Dmballoc-test.c36 static void mbt_kill_sb(struct super_block *sb)
46 static int mbt_mb_init(struct super_block *sb)
96 static void mbt_mb_release(struct super_block *sb)
105 static int mbt_set(struct super_block *sb, void *data)
110 static struct super_block *mbt_ext4_alloc_super_block(void)
113 struct super_block *sb;
146 static void mbt_ext4_free_super_block(struct super_block *sb)
164 static void mbt_init_sb_layout(struct super_block *sb,
189 static int mbt_grp_ctx_init(struct super_block *sb,
209 static void mbt_ctx_mark_used(struct super_block *s
[all...]
H A Dbitmap.c19 int ext4_inode_bitmap_csum_verify(struct super_block *sb,
41 void ext4_inode_bitmap_csum_set(struct super_block *sb,
57 int ext4_block_bitmap_csum_verify(struct super_block *sb,
80 void ext4_block_bitmap_csum_set(struct super_block *sb,
H A Dext4.h1451 struct super_block *sb;
1468 static inline int ext4_inodes_per_orphan_block(struct super_block *sb)
1540 struct super_block *s_sb;
1758 static inline struct ext4_sb_info *EXT4_SB(struct super_block *sb)
1767 static inline int ext4_writepages_down_read(struct super_block *sb)
1773 static inline void ext4_writepages_up_read(struct super_block *sb, int ctx)
1779 static inline int ext4_writepages_down_write(struct super_block *sb)
1785 static inline void ext4_writepages_up_write(struct super_block *sb, int ctx)
1791 static inline int ext4_valid_inum(struct super_block *sb, unsigned long ino)
1823 static inline void ext4_set_mount_flag(struct super_block *s
[all...]
/linux-master/fs/ocfs2/
H A Dquota.h94 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data,
96 ssize_t ocfs2_quota_write(struct super_block *sb, int type,
98 int ocfs2_global_read_info(struct super_block *sb, int type);
99 int ocfs2_global_write_info(struct super_block *sb, int type);
113 int ocfs2_validate_quota_block(struct super_block *sb, struct buffer_head *bh);
H A Djournal.h363 static inline int ocfs2_quota_trans_credits(struct super_block *sb)
384 static inline int ocfs2_inline_to_extents_credits(struct super_block *sb)
397 static inline int ocfs2_remove_extent_credits(struct super_block *sb)
407 static inline int ocfs2_add_dir_index_credits(struct super_block *sb)
418 static inline int ocfs2_mknod_credits(struct super_block *sb, int is_dir,
441 static inline int ocfs2_link_credits(struct super_block *sb)
449 static inline int ocfs2_unlink_credits(struct super_block *sb)
468 static inline int ocfs2_rename_credits(struct super_block *sb)
484 static inline int ocfs2_calc_dxi_expand_credits(struct super_block *sb)
516 static inline int ocfs2_calc_extend_credits(struct super_block *s
[all...]
/linux-master/drivers/mtd/
H A Dmtdsuper.c27 int (*fill_super)(struct super_block *,
30 struct super_block *sb;
77 int (*fill_super)(struct super_block *,
97 int (*fill_super)(struct super_block *sb,
172 void kill_mtd_super(struct super_block *sb)
/linux-master/fs/squashfs/
H A Dexport.c39 static long long squashfs_inode_lookup(struct super_block *sb, int ino_num)
66 static struct dentry *squashfs_export_iget(struct super_block *sb,
82 static struct dentry *squashfs_fh_to_dentry(struct super_block *sb,
93 static struct dentry *squashfs_fh_to_parent(struct super_block *sb,
115 __le64 *squashfs_read_inode_lookup_table(struct super_block *sb,
/linux-master/fs/exfat/
H A Dexfat_fs.h191 struct super_block *sb;
331 static inline struct exfat_sb_info *EXFAT_SB(struct super_block *sb)
421 int exfat_set_volume_dirty(struct super_block *sb);
422 int exfat_clear_volume_dirty(struct super_block *sb);
430 int exfat_ent_get(struct super_block *sb, unsigned int loc,
432 int exfat_ent_set(struct super_block *sb, unsigned int loc,
434 int exfat_chain_cont_cluster(struct super_block *sb, unsigned int chain,
437 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
439 int exfat_count_num_clusters(struct super_block *sb,
443 int exfat_load_bitmap(struct super_block *s
[all...]
/linux-master/fs/befs/
H A Dinode.c19 befs_check_inode(struct super_block *sb, befs_inode *raw_inode,
/linux-master/fs/qnx6/
H A Dqnx6.h47 extern struct inode *qnx6_iget(struct super_block *sb, unsigned ino);
53 struct super_block *);
59 static inline struct qnx6_sb_info *QNX6_SB(struct super_block *sb)
126 extern struct qnx6_super_block *qnx6_mmi_fill_super(struct super_block *s,
/linux-master/fs/nfs/
H A Dcache_lib.c116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd)
129 struct super_block *pipefs_sb;
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd)
150 struct super_block *pipefs_sb;
H A Dsysfs.h29 void nfs_sysfs_move_server_to_sb(struct super_block *s);
/linux-master/fs/qnx4/
H A Dbitmap.c21 unsigned long qnx4_count_free_blocks(struct super_block *sb)
/linux-master/fs/xfs/
H A Dxfs_pnfs.h6 int xfs_fs_get_uuid(struct super_block *sb, u8 *buf, u32 *len, u64 *offset);
/linux-master/fs/romfs/
H A Dstorage.c23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos,
36 static ssize_t romfs_mtd_strnlen(struct super_block *sb,
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos,
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos,
130 static ssize_t romfs_blk_strnlen(struct super_block *sb,
163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos,
214 int romfs_dev_read(struct super_block *sb, unsigned long pos,
237 ssize_t romfs_dev_strnlen(struct super_block *sb,
265 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos,
/linux-master/fs/isofs/
H A Disofs.h65 static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb)
124 struct inode *__isofs_iget(struct super_block *sb,
129 static inline struct inode *isofs_iget(struct super_block *sb,
136 static inline struct inode *isofs_iget_reloc(struct super_block *sb,
/linux-master/security/landlock/
H A Dfs.h66 * Cf. struct super_block->s_fsnotify_inode_refs .
84 landlock_superblock(const struct super_block *const superblock)
/linux-master/fs/reiserfs/
H A Dxattr.h11 struct super_block;
15 int reiserfs_xattr_init(struct super_block *sb, int mount_flags);
16 int reiserfs_lookup_privroot(struct super_block *sb);
45 static inline int reiserfs_xattrs_initialized(struct super_block *sb)
/linux-master/net/sunrpc/
H A Dnetns.h17 struct super_block *pipefs_sb;
/linux-master/fs/sysv/
H A Dsysv.h23 struct super_block *s_sb; /* VFS superblock */
78 static inline struct sysv_sb_info *SYSV_SB(struct super_block *sb)
113 static inline void dirty_sb(struct super_block *sb)
124 extern struct sysv_inode *sysv_raw_inode(struct super_block *, unsigned,
128 extern unsigned long sysv_count_free_inodes(struct super_block *);
131 extern sysv_zone_t sysv_new_block(struct super_block *);
132 extern void sysv_free_block(struct super_block *, sysv_zone_t);
133 extern unsigned long sysv_count_free_blocks(struct super_block *);
140 extern struct inode *sysv_iget(struct super_block *, unsigned int);
/linux-master/fs/efs/
H A Defs.h120 static inline struct efs_sb_info *SUPER_INFO(struct super_block *sb)
132 extern struct inode *efs_iget(struct super_block *, unsigned long);
137 extern struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid,
139 extern struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid,
/linux-master/fs/nilfs2/
H A Difile.h40 int nilfs_ifile_read(struct super_block *sb, struct nilfs_root *root,
/linux-master/include/linux/
H A Dfs.h645 struct super_block *i_sb;
1207 struct super_block { struct
1528 static inline bool fsuidgid_has_mapping(struct super_block *sb,
1657 static inline void __sb_end_write(struct super_block *sb, int level)
1662 static inline void __sb_start_write(struct super_block *sb, int level)
1667 static inline bool __sb_start_write_trylock(struct super_block *sb, int level)
1686 static inline int __sb_write_started(const struct super_block *sb, int level)
1697 static inline bool sb_write_started(const struct super_block *sb)
1708 static inline bool sb_write_not_started(const struct super_block *sb)
1750 static inline void sb_end_write(struct super_block *s
[all...]

Completed in 307 milliseconds

1234567891011>>