Home
last modified time | relevance | path

Searched defs:sb (Results 251 – 275 of 723) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/linux/block/
H A Dbdev.c159 int sb_set_blocksize(struct super_block *sb, int size) in sb_set_blocksize()
172 int sb_min_blocksize(struct super_block *sb, int size) in sb_min_blocksize()
223 struct super_block *sb; in freeze_bdev() local
261 struct super_block *sb; in thaw_bdev() local
297 static struct inode *bdev_alloc_inode(struct super_block *sb) in bdev_alloc_inode()
/openbmc/linux/drivers/md/
H A Ddm-clone-metadata.c169 struct superblock_disk *sb; in sb_prepare_for_write() local
183 struct superblock_disk *sb; in sb_check() local
299 struct superblock_disk *sb) in __prepare_superblock()
322 struct superblock_disk *sb; in __open_metadata() local
364 struct superblock_disk *sb; in __format_metadata() local
692 struct superblock_disk *sb; in __metadata_commit() local
/openbmc/linux/fs/freevxfs/
H A Dvxfs_super.c92 static int vxfs_remount(struct super_block *sb, int *flags, char *data) in vxfs_remount()
99 static struct inode *vxfs_alloc_inode(struct super_block *sb) in vxfs_alloc_inode()
/openbmc/linux/fs/befs/
H A Dbefs.h123 iaddr2blockno(struct super_block *sb, const befs_inode_addr *iaddr) in iaddr2blockno()
130 blockno2iaddr(struct super_block *sb, befs_blocknr_t blockno) in blockno2iaddr()
143 befs_iaddrs_per_block(struct super_block *sb) in befs_iaddrs_per_block()
H A Dio.c27 befs_bread_iaddr(struct super_block *sb, befs_inode_addr iaddr) in befs_bread_iaddr()
H A Dinode.c19 befs_check_inode(struct super_block *sb, befs_inode *raw_inode, in befs_check_inode()
/openbmc/linux/fs/minix/
H A Ditree_common.c36 struct super_block *sb = inode->i_sb; in get_branch() local
302 struct super_block *sb = inode->i_sb; in truncate() local
357 static inline unsigned nblocks(loff_t size, struct super_block *sb) in nblocks()
/openbmc/linux/fs/adfs/
H A Dadfs.h82 static inline struct adfs_sb_info *ADFS_SB(struct super_block *sb) in ADFS_SB()
91 struct super_block *sb; member
160 #define adfs_error(sb, fmt...) __adfs_error(sb, __func__, fmt) argument
206 static inline int __adfs_block_map(struct super_block *sb, u32 indaddr, in __adfs_block_map()
/openbmc/linux/fs/zonefs/
H A Dzonefs.h246 static inline struct zonefs_sb_info *ZONEFS_SB(struct super_block *sb) in ZONEFS_SB()
251 #define zonefs_info(sb, format, args...) \ argument
253 #define zonefs_err(sb, format, args...) \ argument
255 #define zonefs_warn(sb, format, args...) \ argument
/openbmc/linux/fs/btrfs/
H A Dsuper.c80 static void btrfs_put_super(struct super_block *sb) in btrfs_put_super()
1133 static int btrfs_fill_super(struct super_block *sb, in btrfs_fill_super()
1190 int btrfs_sync_fs(struct super_block *sb, int wait) in btrfs_sync_fs()
1688 static int btrfs_remount(struct super_block *sb, int *flags, char *data) in btrfs_remount()
2144 static void btrfs_kill_super(struct super_block *sb) in btrfs_kill_super()
2235 static int btrfs_freeze(struct super_block *sb) in btrfs_freeze()
2261 struct btrfs_super_block *sb; in check_dev_super() local
2309 static int btrfs_unfreeze(struct super_block *sb) in btrfs_unfreeze()
/openbmc/linux/security/tomoyo/
H A Drealpath.c156 struct super_block *sb = dentry->d_sb; in tomoyo_get_local_path() local
243 struct super_block *sb = dentry->d_sb; in tomoyo_realpath_from_path() local
/openbmc/linux/fs/tracefs/
H A Dinode.c40 static struct inode *tracefs_alloc_inode(struct super_block *sb) in tracefs_alloc_inode()
274 struct inode *tracefs_get_inode(struct super_block *sb) in tracefs_get_inode()
361 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options()
409 static int tracefs_remount(struct super_block *sb, int *flags, char *data) in tracefs_remount()
493 static int trace_fill_super(struct super_block *sb, void *data, int silent) in trace_fill_super()
/openbmc/linux/fs/udf/
H A Dudf_sb.h160 static inline struct udf_sb_info *UDF_SB(struct super_block *sb) in UDF_SB()
169 static inline int UDF_QUERY_FLAG(struct super_block *sb, int flag) in UDF_QUERY_FLAG()
174 static inline void UDF_SET_FLAG(struct super_block *sb, int flag) in UDF_SET_FLAG()
179 static inline void UDF_CLEAR_FLAG(struct super_block *sb, int flag) in UDF_CLEAR_FLAG()
H A Dtruncate.c161 struct super_block *sb = inode->i_sb; in udf_update_alloc_ext_desc() local
186 struct super_block *sb = inode->i_sb; in udf_truncate_extents() local
H A Dmisc.c188 struct buffer_head *udf_read_tagged(struct super_block *sb, uint32_t block, in udf_read_tagged()
247 struct buffer_head *udf_read_ptagged(struct super_block *sb, in udf_read_ptagged()
/openbmc/linux/fs/sysv/
H A Ditree.c25 struct super_block *sb = inode->i_sb; in block_to_path() local
91 struct super_block *sb = inode->i_sb; in get_branch() local
212 struct super_block *sb = inode->i_sb; in get_block() local
343 struct super_block *sb = inode->i_sb; in free_branches() local
/openbmc/linux/fs/squashfs/
H A Dxattr.c30 struct super_block *sb = inode->i_sb; in squashfs_listxattr() local
108 struct super_block *sb = inode->i_sb; in squashfs_xattr_get() local
/openbmc/linux/fs/isofs/
H A Disofs.h65 static inline struct isofs_sb_info *ISOFS_SB(struct super_block *sb) in ISOFS_SB()
129 static inline struct inode *isofs_iget(struct super_block *sb, in isofs_iget()
136 static inline struct inode *isofs_iget_reloc(struct super_block *sb, in isofs_iget_reloc()
/openbmc/linux/fs/crypto/
H A Dkeysetup.c172 void fscrypt_destroy_prepared_key(struct super_block *sb, in fscrypt_destroy_prepared_key()
193 const struct super_block *sb = inode->i_sb; in setup_per_mode_enc_key() local
441 struct super_block *sb = ci->ci_inode->i_sb; in setup_file_encryption_key() local
/openbmc/linux/fs/fat/
H A Dfile.c128 struct super_block *sb = inode->i_sb; in fat_ioctl_fitrim() local
267 struct super_block *sb = inode->i_sb; in fat_fallocate() local
312 struct super_block *sb = inode->i_sb; in fat_free() local
/openbmc/linux/fs/ocfs2/
H A Drefcounttree.c71 static int ocfs2_validate_refcount_block(struct super_block *sb, in ocfs2_validate_refcount_block()
290 struct super_block *sb) in ocfs2_init_refcount_tree_ci()
965 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_get_refcount_cpos_end() local
1069 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_get_refcount_rec() local
1284 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_expand_inline_ref_root() local
1522 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_new_leaf_refcount_block() local
2080 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_remove_refcount_extent() local
2231 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in __ocfs2_decrease_refcount() local
2909 struct super_block *sb = inode->i_sb; in ocfs2_duplicate_clusters_by_page() local
3007 struct super_block *sb = inode->i_sb; in ocfs2_duplicate_clusters_by_jbd() local
[all …]
/openbmc/linux/fs/erofs/
H A Dinode.c14 struct super_block *sb = inode->i_sb; in erofs_read_inode() local
338 struct inode *erofs_iget(struct super_block *sb, erofs_nid_t nid) in erofs_iget()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c639 static struct inode *reiserfs_alloc_inode(struct super_block *sb) in reiserfs_alloc_inode()
2350 static int reiserfs_write_info(struct super_block *sb, int type) in reiserfs_write_info()
2375 static int reiserfs_quota_on_mount(struct super_block *sb, int type) in reiserfs_quota_on_mount()
2384 static int reiserfs_quota_on(struct super_block *sb, int type, int format_id, in reiserfs_quota_on()
2458 static int reiserfs_quota_off(struct super_block *sb, int type) in reiserfs_quota_off()
2489 static ssize_t reiserfs_quota_read(struct super_block *sb, int type, char *data, in reiserfs_quota_read()
2537 static ssize_t reiserfs_quota_write(struct super_block *sb, int type, in reiserfs_quota_write()
/openbmc/linux/fs/notify/
H A Dfsnotify.c38 static void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes()
90 void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete()
485 struct super_block *sb = fsnotify_data_sb(data, data_type); in fsnotify() local
/openbmc/linux/arch/mips/boot/compressed/
H A Dcalc_vmlinuz_load_addr.c17 struct stat sb; in main() local

1...<<11121314151617181920>>...29