Searched defs:sb (Results 51 - 75 of 695) sorted by relevance

1234567891011>>

/linux-master/fs/squashfs/
H A Ddecompressor.c87 static void *get_comp_opts(struct super_block *sb, unsigned short flags) argument
128 void *squashfs_decompressor_setup(struct super_block *sb, unsigned short flags) argument
H A Dxattr_id.c28 int squashfs_xattr_lookup(struct super_block *sb, unsigned int index, argument
58 __le64 *squashfs_read_xattr_id_table(struct super_block *sb, u64 table_start, argument
/linux-master/fs/erofs/
H A Dxattr.h54 static inline int erofs_xattr_prefixes_init(struct super_block *sb) { return 0; } argument
55 static inline void erofs_xattr_prefixes_cleanup(struct super_block *sb) {} argument
/linux-master/fs/sysv/
H A Dialloc.c40 sv_sb_fic_inode(struct super_block * sb, unsigned int i) argument
57 sysv_raw_inode(struct super_block *sb, unsigned ino, struct buffer_head **bh) argument
71 static int refill_free_cache(struct super_block *sb) argument
103 struct super_block *sb = inode->i_sb; local
138 struct super_block *sb = dir->i_sb; local
182 sysv_count_free_inodes(struct super_block * sb) argument
[all...]
/linux-master/fs/efivarfs/
H A Dinternal.h20 struct super_block *sb; member in struct:efivarfs_fs_info
/linux-master/fs/hfs/
H A Dbitmap.c139 u32 hfs_vbm_search_free(struct super_block *sb, u32 goal, u32 *num_bits) argument
193 int hfs_clear_vbm_bits(struct super_block *sb, u1 argument
[all...]
H A Dpart_tbl.c58 int hfs_part_find(struct super_block *sb, argument
H A Dmdb.c32 static int hfs_get_last_session(struct super_block *sb, argument
73 int hfs_mdb_get(struct super_block *sb) argument
264 hfs_mdb_commit(struct super_block *sb) argument
340 hfs_mdb_close(struct super_block *sb) argument
354 hfs_mdb_put(struct super_block *sb) argument
[all...]
/linux-master/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) argument
26 int nfp_shared_buf_pool_get(struct nfp_pf *pf, unsigned int sb, u16 pool_index, argument
56 int nfp_shared_buf_pool_set(struct nfp_pf *pf, unsigned int sb, argument
110 struct nfp_shared_buf *sb = &pf->shared_bufs[i]; local
[all...]
/linux-master/fs/efs/
H A Dnamei.c77 static struct inode *efs_nfs_get_inode(struct super_block *sb, u64 ino, argument
96 struct dentry *efs_fh_to_dentry(struct super_block *sb, struct fid *fid, argument
103 struct dentry *efs_fh_to_parent(struct super_block *sb, struct fid *fid, argument
/linux-master/fs/nfs/
H A Dcache_lib.c116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) argument
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) argument
/linux-master/fs/omfs/
H A Dbitmap.c8 unsigned long omfs_count_free(struct super_block *sb) argument
48 static int set_run(struct super_block *sb, int map, argument
91 int omfs_allocate_block(struct super_block *sb, u64 block) argument
130 omfs_allocate_range(struct super_block *sb, int min_request, int max_request, u64 *return_block, int *return_size) argument
175 omfs_clear_range(struct super_block *sb, u64 block, int count) argument
[all...]
H A Domfs.h35 static inline struct omfs_sb_info *OMFS_SB(struct super_block *sb) argument
[all...]
/linux-master/fs/coda/
H A Dcoda_psdev.h42 static inline struct venus_comm *coda_vcp(struct super_block *sb) argument
[all...]
H A Dcnode.c60 struct inode * coda_iget(struct super_block * sb, struct CodaFid * fid, argument
97 struct inode *coda_cnode_make(struct CodaFid *fid, struct super_block *sb) argument
140 struct inode *coda_fid_to_inode(struct CodaFid *fid, struct super_block *sb) argument
167 struct inode *coda_cnode_makectl(struct super_block *sb) argument
/linux-master/tools/perf/util/
H A Dstrbuf.c20 int strbuf_init(struct strbuf *sb, ssize_t hint) argument
29 void strbuf_release(struct strbuf *sb) argument
37 char *strbuf_detach(struct strbuf *sb, size_ argument
46 strbuf_grow(struct strbuf *sb, size_t extra) argument
73 strbuf_addch(struct strbuf *sb, int c) argument
84 strbuf_add(struct strbuf *sb, const void *data, size_t len) argument
94 strbuf_addv(struct strbuf *sb, const char *fmt, va_list ap) argument
128 strbuf_addf(struct strbuf *sb, const char *fmt, ...) argument
139 strbuf_read(struct strbuf *sb, int fd, ssize_t hint) argument
[all...]
/linux-master/fs/romfs/
H A Dstorage.c23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, argument
36 static ssize_t romfs_mtd_strnlen(struct super_block *sb, argument
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, argument
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos, argument
130 romfs_blk_strnlen(struct super_block *sb, unsigned long pos, size_t limit) argument
163 romfs_blk_strcmp(struct super_block *sb, unsigned long pos, const char *str, size_t size) argument
214 romfs_dev_read(struct super_block *sb, unsigned long pos, void *buf, size_t buflen) argument
237 romfs_dev_strnlen(struct super_block *sb, unsigned long pos, size_t maxlen) argument
265 romfs_dev_strcmp(struct super_block *sb, unsigned long pos, const char *str, size_t size) argument
[all...]
/linux-master/fs/configfs/
H A Dmount.c63 static int configfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
/linux-master/sound/pci/
H A Dcs5530.c56 struct snd_sb *sb; member in struct:snd_cs5530
/linux-master/drivers/usb/storage/
H A Dcypress_atacb.c167 unsigned char *sb = srb->sense_buffer; local
/linux-master/fs/reiserfs/
H A Dresize.c22 struct reiserfs_super_block *sb; local
/linux-master/security/tomoyo/
H A Drealpath.c156 struct super_block *sb = dentry->d_sb; local
243 struct super_block *sb = dentry->d_sb; local
[all...]
/linux-master/include/linux/
H A Dnfs_ssc.h77 static inline void nfs_do_sb_deactive(struct super_block *sb) argument
/linux-master/fs/udf/
H A Dtruncate.c161 struct super_block *sb = inode->i_sb; local
186 struct super_block *sb = inode->i_sb; local
[all...]
H A Dsymlink.c28 static int udf_pc_to_char(struct super_block *sb, unsigned char *from, argument

Completed in 415 milliseconds

1234567891011>>