Searched defs:sb (Results 1 - 25 of 695) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dvolumes.c722 u8 *btrfs_sb_fsid_ptr(struct btrfs_super_block *sb) argument
2640 struct super_block *sb = fs_info->sb; local
7355 struct extent_buffer *sb; local
[all...]
H A Dioctl.c1920 struct super_block *sb = inode->i_sb; local
H A Dscrub.c2758 struct btrfs_super_block *sb = page_address(page); local
H A Dmessages.c118 struct super_block *sb = fs_info->sb; local
[all...]
H A Dinode.c8557 struct inode *btrfs_alloc_inode(struct super_block *sb) argument
/linux-master/drivers/spi/
H A Dspi.c2632 struct acpi_resource_spi_serialbus *sb; local
2705 struct acpi_resource_spi_serialbus *sb; local
[all...]
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3152 struct super_block *sb = args->exp->ex_path.mnt->mnt_sb; local
H A Dstate.h761 static inline void nfsd4_revoke_states(struct net *net, struct super_block *sb) argument
/linux-master/fs/nfs/
H A Dinode.c402 nfs_ilookup(struct super_block *sb, struct nfs_fattr *fattr, struct nfs_fh *fh) argument
444 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr) argument
1071 struct super_block *sb local
2321 nfs_alloc_inode(struct super_block *sb) argument
[all...]
/linux-master/fs/erofs/
H A Dsuper.c20 void _erofs_err(struct super_block *sb, const char *func, const char *fmt, ...) argument
37 void _erofs_info(struct super_block *sb, const char *func, const char *fmt, ...) argument
54 static int erofs_superblock_csum_verify(struct super_block *sb, void *sbdata) argument
88 static struct inode *erofs_alloc_inode(struct super_block *sb) argument
111 check_layout_compatibility(struct super_block *sb, struct erofs_super_block *dsb) argument
128 erofs_read_metadata(struct super_block *sb, struct erofs_buf *buf, erofs_off_t *offset, int *lengthp) argument
163 z_erofs_parse_cfgs(struct super_block *sb, struct erofs_super_block *dsb) argument
174 erofs_init_device(struct erofs_buf *buf, struct super_block *sb, struct erofs_device_info *dif, erofs_off_t *pos) argument
220 erofs_scan_devices(struct super_block *sb, struct erofs_super_block *dsb) argument
282 erofs_read_superblock(struct super_block *sb) argument
542 erofs_nfs_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
548 erofs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
555 erofs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
581 erofs_fc_fill_super(struct super_block *sb, struct fs_context *fc) argument
705 struct super_block *sb = fc->root->d_sb; local
790 erofs_kill_sb(struct super_block *sb) argument
808 erofs_put_super(struct super_block *sb) argument
910 struct super_block *sb = dentry->d_sb; local
[all...]
H A Dinternal.h196 static inline bool erofs_is_fscache_mode(struct super_block *sb) argument
474 erofs_shrinker_register(struct super_block *sb) argument
475 erofs_shrinker_unregister(struct super_block *sb) argument
482 erofs_init_managed_cache(struct super_block *sb) argument
511 erofs_fscache_register_fs(struct super_block *sb) argument
515 erofs_fscache_unregister_fs(struct super_block *sb) argument
518 erofs_fscache_register_cookie(struct super_block *sb, char *name, unsigned int flags) argument
[all...]
H A Dfscache.c260 struct super_block *sb = inode->i_sb; local
409 static int erofs_fscache_register_volume(struct super_block *sb) argument
434 static int erofs_fscache_init_domain(struct super_block *sb) argument
474 erofs_fscache_register_domain(struct super_block *sb) argument
495 erofs_fscache_acquire_cookie(struct super_block *sb, char *name, unsigned int flags) argument
559 erofs_domain_init_cookie(struct super_block *sb, char *name, unsigned int flags) argument
581 erofs_domain_register_cookie(struct super_block *sb, char *name, unsigned int flags) argument
607 erofs_fscache_register_cookie(struct super_block *sb, char *name, unsigned int flags) argument
636 erofs_fscache_register_fs(struct super_block *sb) argument
670 erofs_fscache_unregister_fs(struct super_block *sb) argument
[all...]
/linux-master/fs/ntfs3/
H A Dsuper.c77 void ntfs_printk(const struct super_block *sb, const char *fmt, ...) argument
108 struct super_block *sb = inode->i_sb; local
406 struct super_block *sb = fc->root->d_sb; local
468 struct super_block *sb = m->private; local
490 struct super_block *sb = m->private; local
503 struct super_block *sb = pde_data(file_inode(file)); local
561 ntfs_alloc_inode(struct super_block *sb) argument
642 ntfs_put_super(struct super_block *sb) argument
663 struct super_block *sb = dentry->d_sb; local
681 struct super_block *sb = root->d_sb; local
725 ntfs_shutdown(struct super_block *sb) argument
733 ntfs_sync_fs(struct super_block *sb, int wait) argument
787 ntfs_export_get_inode(struct super_block *sb, u64 ino, u32 generation) argument
810 ntfs_fh_to_dentry(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
817 ntfs_fh_to_parent(struct super_block *sb, struct fid *fid, int fh_len, int fh_type) argument
873 ntfs_init_from_boot(struct super_block *sb, u32 sector_size, u64 dev_size, struct NTFS_BOOT **boot2) argument
1154 ntfs_fill_super(struct super_block *sb, struct fs_context *fc) argument
1635 ntfs_unmap_meta(struct super_block *sb, CLST lcn, CLST len) argument
1668 struct super_block *sb; local
1794 ntfs3_kill_sb(struct super_block *sb) argument
1847 is_legacy_ntfs(struct super_block *sb) argument
1854 is_legacy_ntfs(struct super_block *sb) argument
[all...]
H A Dntfs_fs.h144 struct super_block *sb; member in struct:wnd_bitmap
211 struct super_block *sb; member in struct:ntfs_sb_info
1004 ntfs_sb(struct super_block *sb) argument
1009 ntfs3_forced_shutdown(struct super_block *sb) argument
1025 ntfs_up_block(const struct super_block *sb, u64 size) argument
1035 bytes_to_block(const struct super_block *sb, u64 size) argument
[all...]
H A Dinode.c29 struct super_block *sb = inode->i_sb; local
526 struct inode *ntfs_iget5(struct super_block *sb, const struct MFT_REF *ref, argument
562 struct super_block *sb = inode->i_sb; local
826 struct super_block *sb = inode->i_sb; local
1080 ntfs_flush_inodes(struct super_block *sb, struct inode *i1, struct inode *i2) argument
1226 struct super_block *sb = dir->i_sb; local
1842 ntfs_translate_junction(const struct super_block *sb, const struct dentry *link_de, char *target, int target_len, int target_max) argument
1935 struct super_block *sb = inode->i_sb; local
[all...]
H A Dfile.c371 struct super_block *sb = inode->i_sb; local
436 struct super_block *sb = inode->i_sb; local
H A Ddir.c237 struct super_block *sb = dir->i_sb; local
398 struct super_block *sb = dir->i_sb; local
/linux-master/fs/
H A Dioctl.c62 struct super_block *sb = inode->i_sb; local
389 struct super_block *sb = file_inode(filp)->i_sb; local
406 struct super_block *sb = file_inode(filp)->i_sb; local
768 struct super_block *sb = file_inode(file)->i_sb; local
781 struct super_block *sb = file_inode(file)->i_sb; local
[all...]
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c58 v9fs_fid_iget_dotl(struct super_block *sb, struct p9_fid *fid, bool new) argument
H A Dvfs_super.c55 v9fs_fill_super(struct super_block *sb, struct v9fs_session_info *v9ses, argument
109 struct super_block *sb = NULL; local
203 v9fs_umount_begin(struct super_block *sb) argument
[all...]
H A Dvfs_inode.c227 struct inode *v9fs_alloc_inode(struct super_block *sb) argument
368 v9fs_fid_iget(struct super_block *sb, struct p9_fid *fid, bool new) argument
1081 v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode, struct super_block *sb, unsigned int flags) argument
[all...]
H A Dv9fs.h227 v9fs_get_inode_from_fid(struct v9fs_session_info *v9ses, struct p9_fid *fid, struct super_block *sb, bool new) argument
/linux-master/block/
H A Dbdev.c168 int sb_set_blocksize(struct super_block *sb, int size) argument
181 int sb_min_blocksize(struct super_block *sb, int size) argument
309 static struct inode *bdev_alloc_inode(struct super_block *sb) argument
[all...]
/linux-master/include/linux/
H A Dblkdev.h763 static inline u64 sb_bdev_nr_blocks(struct super_block *sb) argument
1077 static inline int sb_issue_discard(struct super_block *sb, sector_t block, argument
1087 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, argument
[all...]
/linux-master/fs/smb/client/
H A Dmisc.c1152 struct super_block *sb; member in struct:super_cb_data
1155 static void tcon_super_cb(struct super_block *sb, void *arg) argument
1203 __cifs_put_super(struct super_block *sb) argument
1220 cifs_put_tcp_super(struct super_block *sb) argument
[all...]

Completed in 583 milliseconds

1234567891011>>