Home
last modified time | relevance | path

Searched defs:sb (Results 101 – 125 of 723) sorted by relevance

12345678910>>...29

/openbmc/linux/fs/omfs/
H A Dbitmap.c8 unsigned long omfs_count_free(struct super_block *sb) in omfs_count_free()
48 static int set_run(struct super_block *sb, int map, in set_run()
91 int omfs_allocate_block(struct super_block *sb, u64 block) in omfs_allocate_block()
130 int omfs_allocate_range(struct super_block *sb, in omfs_allocate_range()
175 int omfs_clear_range(struct super_block *sb, u64 block, int count) in omfs_clear_range()
/openbmc/linux/fs/exfat/
H A Ddir.c32 static int exfat_get_uniname_from_ext_entry(struct super_block *sb, in exfat_get_uniname_from_ext_entry()
75 struct super_block *sb = inode->i_sb; in exfat_readdir() local
229 struct super_block *sb = inode->i_sb; in exfat_iterate() local
453 struct super_block *sb = inode->i_sb; in exfat_init_dir_entry() local
503 struct super_block *sb = inode->i_sb; in exfat_update_dir_chksum() local
538 struct super_block *sb = inode->i_sb; in exfat_free_benign_secondary_clusters() local
557 struct super_block *sb = inode->i_sb; in exfat_init_ext_entry() local
602 struct super_block *sb = inode->i_sb; in exfat_remove_entries() local
659 static int exfat_walk_fat_chain(struct super_block *sb, in exfat_walk_fat_chain()
751 struct exfat_dentry *exfat_get_dentry(struct super_block *sb, in exfat_get_dentry()
[all …]
/openbmc/linux/fs/ufs/
H A Dinode.c127 struct super_block *sb = inode->i_sb; in ufs_frag_map() local
225 struct super_block *sb = inode->i_sb; in ufs_extend_tail() local
260 struct super_block *sb = inode->i_sb; in ufs_inode_getfrag() local
338 struct super_block *sb = inode->i_sb; in ufs_inode_getblock() local
398 struct super_block *sb = inode->i_sb; in ufs_getfrag_block() local
564 struct super_block *sb = inode->i_sb; in ufs1_read_inode() local
610 struct super_block *sb = inode->i_sb; in ufs2_read_inode() local
718 struct super_block *sb = inode->i_sb; in ufs1_update_inode() local
762 struct super_block *sb = inode->i_sb; in ufs2_update_inode() local
803 struct super_block *sb = inode->i_sb; in ufs_update_inode() local
[all …]
H A Dcylinder.c29 static void ufs_read_cylinder (struct super_block * sb, in ufs_read_cylinder()
83 void ufs_put_cylinder (struct super_block * sb, unsigned bitmap_nr) in ufs_put_cylinder()
128 struct super_block * sb, unsigned cgno) in ufs_load_cylinder()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_shared_buf.c13 static u32 nfp_shared_buf_pool_unit(struct nfp_pf *pf, unsigned int sb) in nfp_shared_buf_pool_unit()
26 int nfp_shared_buf_pool_get(struct nfp_pf *pf, unsigned int sb, u16 pool_index, in nfp_shared_buf_pool_get()
56 int nfp_shared_buf_pool_set(struct nfp_pf *pf, unsigned int sb, in nfp_shared_buf_pool_set()
110 struct nfp_shared_buf *sb = &pf->shared_bufs[i]; in nfp_shared_buf_register() local
/openbmc/linux/fs/affs/
H A Daffs.h19 #define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)]) argument
22 #define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_t… argument
24 #define AFFS_ROOT_TAIL(sb, bh) ((struct affs_root_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(str… argument
104 struct super_block *sb; /* the VFS superblock object */ member
128 static inline struct affs_sb_info *AFFS_SB(struct super_block *sb) in AFFS_SB()
223 static inline bool affs_validblock(struct super_block *sb, int block) in affs_validblock()
230 affs_set_blocksize(struct super_block *sb, int size) in affs_set_blocksize()
235 affs_bread(struct super_block *sb, int block) in affs_bread()
243 affs_getblk(struct super_block *sb, int block) in affs_getblk()
251 affs_getzeroblk(struct super_block *sb, int block) in affs_getzeroblk()
[all …]
H A Dinode.c18 struct inode *affs_iget(struct super_block *sb, unsigned long ino) in affs_iget()
172 struct super_block *sb = inode->i_sb; in affs_write_inode() local
296 struct super_block *sb = dir->i_sb; in affs_new_inode() local
353 struct super_block *sb = dir->i_sb; in affs_add_entry() local
/openbmc/linux/fs/gfs2/
H A Dsuper.c270 int gfs2_statfs_sync(struct super_block *sb, int type) in gfs2_statfs_sync()
583 static void gfs2_put_super(struct super_block *sb) in gfs2_put_super()
662 static int gfs2_sync_fs(struct super_block *sb, int wait) in gfs2_sync_fs()
675 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_locally() local
697 struct super_block *sb = sdp->sd_vfs; in gfs2_do_thaw() local
716 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_func() local
831 void gfs2_thaw_freeze_initiator(struct super_block *sb) in gfs2_thaw_freeze_initiator()
983 struct super_block *sb = dentry->d_sb; in gfs2_statfs() local
1343 struct super_block *sb = inode->i_sb; in evict_should_delete() local
1447 struct super_block *sb = inode->i_sb; in evict_linked_inode() local
[all …]
/openbmc/linux/fs/devpts/
H A Dinode.c104 struct super_block *sb; member
108 static inline struct pts_fs_info *DEVPTS_SB(struct super_block *sb) in DEVPTS_SB()
115 struct super_block *sb; in devpts_ptmx_path() local
185 struct super_block *sb; in devpts_acquire() local
304 static int mknod_ptmx(struct super_block *sb) in mknod_ptmx()
366 static int devpts_remount(struct super_block *sb, int *flags, char *data) in devpts_remount()
410 static void *new_pts_fs_info(struct super_block *sb) in new_pts_fs_info()
490 static void devpts_kill_sb(struct super_block *sb) in devpts_kill_sb()
547 struct super_block *sb = fsi->sb; in devpts_pty_new() local
/openbmc/linux/fs/squashfs/
H A Dcache.c52 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get()
331 int squashfs_read_metadata(struct super_block *sb, void *buffer, in squashfs_read_metadata()
379 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb, in squashfs_get_fragment()
394 struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *sb, in squashfs_get_datablock()
406 void *squashfs_read_table(struct super_block *sb, u64 block, int length) in squashfs_read_table()
/openbmc/linux/fs/efs/
H A Dsuper.c69 static struct inode *efs_alloc_inode(struct super_block *sb) in efs_alloc_inode()
111 static int efs_remount(struct super_block *sb, int *flags, char *data) in efs_remount()
234 static int efs_validate_super(struct efs_sb_info *sb, struct efs_super *super) { in efs_validate_super()
253 struct efs_sb_info *sb; in efs_fill_super() local
331 struct super_block *sb = dentry->d_sb; in efs_statfs() local
/openbmc/linux/tools/perf/util/
H A Dstrbuf.h64 static inline ssize_t strbuf_avail(const struct strbuf *sb) { in strbuf_avail()
70 static inline int strbuf_setlen(struct strbuf *sb, size_t len) { in strbuf_setlen()
86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr()
/openbmc/linux/fs/qnx4/
H A Dinode.c44 static int qnx4_remount(struct super_block *sb, int *flags, char *data) in qnx4_remount()
131 struct super_block *sb = dentry->d_sb; in qnx4_statfs() local
150 static const char *qnx4_checkroot(struct super_block *sb, in qnx4_checkroot()
238 static void qnx4_kill_sb(struct super_block *sb) in qnx4_kill_sb()
263 struct inode *qnx4_iget(struct super_block *sb, unsigned long ino) in qnx4_iget()
338 static struct inode *qnx4_alloc_inode(struct super_block *sb) in qnx4_alloc_inode()
/openbmc/linux/fs/fat/
H A Ddir.c52 struct super_block *sb = dir->i_sb; in fat_dir_readahead() local
85 struct super_block *sb = dir->i_sb; in fat__get_entry() local
466 struct super_block *sb = inode->i_sb; in fat_search_long() local
954 struct super_block *sb = dir->i_sb; in fat_scan() local
978 struct super_block *sb = dir->i_sb; in fat_scan_logstart() local
996 struct super_block *sb = dir->i_sb; in __fat_remove_entries() local
1031 struct super_block *sb = dir->i_sb; in fat_remove_entries() local
1084 struct super_block *sb = dir->i_sb; in fat_zeroed_cluster() local
1135 struct super_block *sb = dir->i_sb; in fat_alloc_new_dir() local
1202 struct super_block *sb = dir->i_sb; in fat_add_new_entries() local
[all …]
H A Dnamei_msdos.c204 struct super_block *sb = dir->i_sb; in msdos_lookup() local
267 struct super_block *sb = dir->i_sb; in msdos_create() local
312 struct super_block *sb = dir->i_sb; in msdos_rmdir() local
345 struct super_block *sb = dir->i_sb; in msdos_mkdir() local
405 struct super_block *sb = inode->i_sb; in msdos_unlink() local
602 struct super_block *sb = old_dir->i_sb; in msdos_rename() local
646 static void setup(struct super_block *sb) in setup()
653 static int msdos_fill_super(struct super_block *sb, void *data, int silent) in msdos_fill_super()
/openbmc/linux/fs/afs/
H A Dsuper.c420 static int afs_test_super(struct super_block *sb, struct fs_context *fc) in afs_test_super()
432 static int afs_dynroot_test_super(struct super_block *sb, struct fs_context *fc) in afs_dynroot_test_super()
440 static int afs_set_super(struct super_block *sb, struct fs_context *fc) in afs_set_super()
448 static int afs_fill_super(struct super_block *sb, struct afs_fs_context *ctx) in afs_fill_super()
537 static void afs_kill_super(struct super_block *sb) in afs_kill_super()
561 struct super_block *sb; in afs_get_tree() local
680 static struct inode *afs_alloc_inode(struct super_block *sb) in afs_alloc_inode()
H A Ddynroot.c45 struct inode *afs_iget_pseudo_dir(struct super_block *sb, bool root) in afs_iget_pseudo_dir()
282 struct super_block *sb = net->dynroot_sb; in afs_dynroot_mkdir() local
312 struct super_block *sb = net->dynroot_sb; in afs_dynroot_rmdir() local
344 int afs_dynroot_populate(struct super_block *sb) in afs_dynroot_populate()
373 void afs_dynroot_depopulate(struct super_block *sb) in afs_dynroot_depopulate()
/openbmc/linux/fs/hfsplus/
H A Dattributes.c50 int hfsplus_attr_build_key(struct super_block *sb, hfsplus_btree_key *key, in hfsplus_attr_build_key()
137 int hfsplus_find_attr(struct super_block *sb, u32 cnid, in hfsplus_find_attr()
172 struct super_block *sb = inode->i_sb; in hfsplus_attr_exists() local
198 struct super_block *sb = inode->i_sb; in hfsplus_create_attr() local
310 struct super_block *sb = inode->i_sb; in hfsplus_delete_attr() local
/openbmc/linux/fs/adfs/
H A Dinode.c89 adfs_atts2mode(struct super_block *sb, struct inode *inode) in adfs_atts2mode()
132 static int adfs_mode2atts(struct super_block *sb, struct inode *inode, in adfs_mode2atts()
242 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
301 struct super_block *sb = inode->i_sb; in adfs_notify_change() local
357 struct super_block *sb = inode->i_sb; in adfs_write_inode() local
/openbmc/linux/fs/nfsd/
H A Dblocklayout.c25 struct super_block *sb = inode->i_sb; in nfsd4_block_proc_layoutget() local
143 nfsd4_block_get_device_info_simple(struct super_block *sb, in nfsd4_block_get_device_info_simple()
165 nfsd4_block_proc_getdeviceinfo(struct super_block *sb, in nfsd4_block_proc_getdeviceinfo()
248 nfsd4_block_get_device_info_scsi(struct super_block *sb, in nfsd4_block_get_device_info_scsi()
305 nfsd4_scsi_proc_getdeviceinfo(struct super_block *sb, in nfsd4_scsi_proc_getdeviceinfo()
/openbmc/linux/drivers/mtd/
H A Dmtdsuper.c30 struct super_block *sb; in mtd_get_sb() local
97 int (*fill_super)(struct super_block *sb, in get_tree_mtd()
172 void kill_mtd_super(struct super_block *sb) in kill_mtd_super()
/openbmc/linux/fs/coda/
H A Dcnode.c60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, in coda_iget()
97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) in coda_cnode_make()
140 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) in coda_fid_to_inode()
167 struct inode *coda_cnode_makectl(struct super_block *sb) in coda_cnode_makectl()
/openbmc/linux/fs/quota/
H A Dquota_v2.c57 static int v2_read_header(struct super_block *sb, int type, in v2_read_header()
75 static int v2_check_quota_file(struct super_block *sb, int type) in v2_check_quota_file()
90 static int v2_read_file_info(struct super_block *sb, int type) in v2_read_file_info()
191 static int v2_write_file_info(struct super_block *sb, int type) in v2_write_file_info()
380 static int v2_free_file_info(struct super_block *sb, int type) in v2_free_file_info()
386 static int v2_get_next_id(struct super_block *sb, struct kqid *qid) in v2_get_next_id()
/openbmc/linux/fs/ceph/
H A Dexport.c124 static struct inode *__lookup_inode(struct super_block *sb, u64 ino) in __lookup_inode()
170 struct inode *ceph_lookup_inode(struct super_block *sb, u64 ino) in ceph_lookup_inode()
182 static struct dentry *__fh_to_dentry(struct super_block *sb, u64 ino) in __fh_to_dentry()
204 static struct dentry *__snapfh_to_dentry(struct super_block *sb, in __snapfh_to_dentry()
296 static struct dentry *ceph_fh_to_dentry(struct super_block *sb, in ceph_fh_to_dentry()
317 static struct dentry *__get_parent(struct super_block *sb, in __get_parent()
413 static struct dentry *ceph_fh_to_parent(struct super_block *sb, in ceph_fh_to_parent()
/openbmc/u-boot/fs/btrfs/
H A Dsuper.c24 static int btrfs_check_super_roots(struct btrfs_super_block *sb) in btrfs_check_super_roots()
78 static int btrfs_check_super(struct btrfs_super_block *sb) in btrfs_check_super()
184 struct btrfs_super_block *sb = (struct btrfs_super_block *) raw_sb; in btrfs_read_superblock() local

12345678910>>...29