Home
last modified time | relevance | path

Searched defs:sb (Results 526 – 550 of 723) sorted by relevance

1...<<212223242526272829

/openbmc/linux/fs/f2fs/
H A Ddir.c50 struct super_block *sb = dir->i_sb; in f2fs_init_casefolded_name() local
189 const struct super_block *sb = dir->i_sb; in f2fs_match_ci_name() local
/openbmc/linux/net/ceph/
H A Ddebugfs.c82 char sb[64]; in osdmap_show() local
/openbmc/linux/fs/ext4/
H A Dmove_extent.c268 struct super_block *sb = orig_inode->i_sb; in move_extent_per_page() local
H A Dextents.c3054 void ext4_ext_init(struct super_block *sb) in ext4_ext_init()
3085 void ext4_ext_release(struct super_block *sb) in ext4_ext_release()
3980 static int get_implied_cluster_alloc(struct super_block *sb, in get_implied_cluster_alloc()
4416 struct super_block *sb = inode->i_sb; in ext4_ext_truncate() local
5298 struct super_block *sb = inode->i_sb; in ext4_collapse_range() local
5436 struct super_block *sb = inode->i_sb; in ext4_insert_range() local
/openbmc/linux/fs/nilfs2/
H A Dpage.c397 struct super_block *sb = inode->i_sb; in nilfs_clear_dirty_page() local
H A Dsegbuf.c34 struct nilfs_segment_buffer *nilfs_segbuf_new(struct super_block *sb) in nilfs_segbuf_new()
/openbmc/linux/fs/ecryptfs/
H A Dfile.c75 struct super_block *sb; member
/openbmc/linux/fs/ntfs/
H A Dcompress.c469 struct super_block *sb = vol->sb; in ntfs_read_compressed_block() local
H A Dvolume.h31 struct super_block *sb; /* Pointer back to the super_block. */ member
/openbmc/linux/fs/ocfs2/
H A Djournal.c557 static void ocfs2_setup_csum_triggers(struct super_block *sb, in ocfs2_setup_csum_triggers()
607 void ocfs2_initialize_journal_triggers(struct super_block *sb, in ocfs2_initialize_journal_triggers()
1098 static void ocfs2_clear_journal_error(struct super_block *sb, in ocfs2_clear_journal_error()
H A Duptodate.c600 struct super_block *sb = ocfs2_metadata_cache_get_super(ci); in ocfs2_remove_xattr_clusters_from_cache() local
/openbmc/linux/fs/ceph/
H A Dsuper.h120 struct super_block *sb; member
497 ceph_sb_to_fs_client(const struct super_block *sb) in ceph_sb_to_fs_client()
503 ceph_sb_to_mdsc(const struct super_block *sb) in ceph_sb_to_mdsc()
559 static inline u64 ceph_present_ino(struct super_block *sb, u64 ino) in ceph_present_ino()
605 static inline struct inode *ceph_find_inode(struct super_block *sb, in ceph_find_inode()
/openbmc/linux/sound/pci/
H A Dals4000.c210 static inline void snd_als4k_gcr_write(struct snd_sb *sb, in snd_als4k_gcr_write()
225 static inline u32 snd_als4k_gcr_read(struct snd_sb *sb, enum als4k_gcr_t reg) in snd_als4k_gcr_read()
/openbmc/linux/fs/gfs2/
H A Dlops.c267 struct super_block *sb = sdp->sd_vfs; in gfs2_log_alloc_bio() local
379 struct super_block *sb = sdp->sd_vfs; in gfs2_log_write_page() local
/openbmc/linux/tools/perf/util/
H A Denv.c339 struct strbuf sb; in perf_env__read_pmu_mappings() local
/openbmc/linux/tools/bpf/bpftool/
H A Dcgroup.c366 static int do_show_tree_fn(const char *fpath, const struct stat *sb, in do_show_tree_fn()
/openbmc/linux/fs/vboxsf/
H A Dutils.c16 struct inode *vboxsf_new_inode(struct super_block *sb) in vboxsf_new_inode()
/openbmc/linux/fs/ufs/
H A Dufs_fs.h522 #define ufs_cg_chkmagic(sb, ucg) \ argument
527 #define ufs_ocg_blktot(sb, ucg) fs32_to_cpu((sb), ((struct ufs_old_cylinder_group *)(ucg))->cg… argument
528 #define ufs_ocg_blks(sb, ucg, cylno) fs32_to_cpu((sb), ((struct ufs_old_cylinder_group *)(ucg))->cg… argument
529 #define ufs_ocg_inosused(sb, ucg) fs32_to_cpu((sb), ((struct ufs_old_cylinder_group *)(ucg))->cg… argument
530 #define ufs_ocg_blksfree(sb, ucg) fs32_to_cpu((sb), ((struct ufs_old_cylinder_group *)(ucg))->cg… argument
531 #define ufs_ocg_chkmagic(sb, ucg) \ argument
/openbmc/linux/fs/jfs/
H A Djfs_dtree.c323 struct super_block *sb = ip->i_sb; in add_index() local
582 struct super_block *sb = ip->i_sb; in dtSearch() local
1638 struct super_block *sb = ip->i_sb; in dtExtendPage() local
1871 struct super_block *sb = ip->i_sb; in dtSplitRoot() local
H A Djfs_dmap.c363 struct super_block *sb = ipbmap->i_sb; in dbFree() local
1583 struct super_block *sb = ipbmap->i_sb; in dbDiscardAG() local
4028 struct super_block *sb = ipbmap->i_sb; in dbMapFileSizeToMapSize() local
/openbmc/linux/ipc/
H A Dmqueue.c290 static struct inode *mqueue_get_inode(struct super_block *sb, in mqueue_get_inode()
404 static int mqueue_fill_super(struct super_block *sb, struct fs_context *fc) in mqueue_fill_super()
497 static struct inode *mqueue_alloc_inode(struct super_block *sb) in mqueue_alloc_inode()
/openbmc/linux/fs/hfsplus/
H A Dbnode.c646 struct super_block *sb = tree->inode->i_sb; in hfs_bnode_need_zeroout() local
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-bit.c155 int sb; in i2c_outb() local
/openbmc/linux/fs/smb/client/
H A Ddfs.c559 struct super_block *sb = NULL; in cifs_tree_connect() local
/openbmc/linux/drivers/atm/
H A Didt77252.c1068 struct sk_buff *sb; in dequeue_rx() local
1146 struct sk_buff *sb; in dequeue_rx() local
1243 struct sk_buff *sb; in idt77252_rx_raw() local

1...<<212223242526272829