Home
last modified time | relevance | path

Searched defs:sb (Results 301 – 325 of 723) sorted by relevance

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

/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c255 struct stat sb; in add_new_device() local
323 struct stat sb; in add_new_fifo() local
467 struct stat sb; in parse_devtable() local
/openbmc/linux/fs/notify/
H A Dmark.c218 struct super_block *sb = inode->i_sb; in fsnotify_put_inode_ref() local
227 struct super_block *sb = fsnotify_connector_sb(conn); in fsnotify_get_sb_connectors() local
235 struct super_block *sb = fsnotify_connector_sb(conn); in fsnotify_put_sb_connectors() local
H A Dfsnotify.h68 static inline void fsnotify_clear_marks_by_sb(struct super_block *sb) in fsnotify_clear_marks_by_sb()
/openbmc/linux/fs/minix/
H A Ddir.c90 struct super_block *sb = inode->i_sb; in minix_readdir() local
162 struct super_block * sb = dir->i_sb; in minix_find_entry() local
211 struct super_block * sb = dir->i_sb; in minix_add_link() local
/openbmc/linux/fs/udf/
H A Ddir.c42 struct super_block *sb = dir->i_sb; in udf_readdir() local
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c306 struct ip_vs_sync_buff *sb; in sb_dequeue() local
331 struct ip_vs_sync_buff *sb; in ip_vs_sync_buff_create() local
356 static inline void ip_vs_sync_buff_release(struct ip_vs_sync_buff *sb) in ip_vs_sync_buff_release()
365 struct ip_vs_sync_buff *sb = ms->sync_buff; in sb_queue_tail() local
393 struct ip_vs_sync_buff *sb; in get_curr_sync_buff() local
418 struct ip_vs_sync_buff *sb; in ip_vs_sync_buff_create_v0() local
1645 struct ip_vs_sync_buff *sb; in next_sync_buff() local
1660 struct ip_vs_sync_buff *sb; in sync_thread_master() local
/openbmc/linux/fs/exfat/
H A Dfile.c101 struct super_block *sb = inode->i_sb; in __exfat_truncate() local
192 struct super_block *sb = inode->i_sb; in exfat_truncate() local
/openbmc/linux/fs/
H A Dfsopen.c214 struct super_block *sb; in vfs_cmd_create() local
252 struct super_block *sb; in vfs_cmd_reconfigure() local
/openbmc/linux/fs/affs/
H A Ddir.c48 struct super_block *sb = inode->i_sb; in affs_readdir() local
/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.h15 struct btrfs_super_block sb; member
/openbmc/linux/fs/9p/
H A Dvfs_inode.c227 struct inode *v9fs_alloc_inode(struct super_block *sb) in v9fs_alloc_inode()
344 struct inode *v9fs_get_inode(struct super_block *sb, umode_t mode, dev_t rdev) in v9fs_get_inode()
433 static struct inode *v9fs_qid_iget(struct super_block *sb, in v9fs_qid_iget()
481 struct super_block *sb, int new) in v9fs_inode_from_fid()
1148 struct super_block *sb, unsigned int flags) in v9fs_stat2inode()
/openbmc/openbmc-tools/adcapp/src/
H A Dadcifc.c31 struct stat sb; in adc_directory_check() local
/openbmc/linux/fs/nfs/
H A Dgetroot.c39 static int nfs_superblock_set_dummy_root(struct super_block *sb, struct inode *inode) in nfs_superblock_set_dummy_root()
H A Dfscache.c88 int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie()
151 void nfs_fscache_release_super_cookie(struct super_block *sb) in nfs_fscache_release_super_cookie()
/openbmc/linux/fs/squashfs/
H A Dsymlink.c37 struct super_block *sb = inode->i_sb; in squashfs_symlink_read_folio() local
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_fs.c358 static int add_cntr_files(struct super_block *sb, struct qib_devdata *dd) in add_cntr_files()
428 static int remove_device_files(struct super_block *sb, in remove_device_files()
451 static int qibfs_fill_super(struct super_block *sb, struct fs_context *fc) in qibfs_fill_super()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dd11.c13 static u16 d11n_sb(enum brcmu_chan_sb sb) in d11n_sb()
/openbmc/linux/mm/
H A Dshmem.c153 static inline struct shmem_sb_info *SHMEM_SB(struct super_block *sb) in SHMEM_SB()
281 static int shmem_enable_quotas(struct super_block *sb, in shmem_enable_quotas()
306 static void shmem_disable_quotas(struct super_block *sb) in shmem_disable_quotas()
724 static long shmem_unused_huge_scan(struct super_block *sb, in shmem_unused_huge_scan()
735 static long shmem_unused_huge_count(struct super_block *sb, in shmem_unused_huge_count()
2290 struct super_block *sb; in shmem_get_unmapped_area() local
2445 struct super_block *sb, in __shmem_get_inode()
2526 struct super_block *sb, struct inode *dir, in shmem_get_inode()
2554 struct super_block *sb, struct inode *dir, in shmem_get_inode()
4263 static void shmem_put_super(struct super_block *sb) in shmem_put_super()
[all …]
/openbmc/linux/fs/ntfs/
H A Ddir.c71 struct super_block *sb = vol->sb; in ntfs_lookup_inode_by_name() local
1091 struct super_block *sb = vdir->i_sb; in ntfs_readdir() local
/openbmc/linux/fs/proc/
H A Droot.c215 struct super_block *sb = fc->root->d_sb; in proc_reconfigure() local
260 static void proc_kill_sb(struct super_block *sb) in proc_kill_sb()
/openbmc/linux/fs/overlayfs/
H A Dutil.c38 const struct cred *ovl_override_creds(struct super_block *sb) in ovl_override_creds()
53 int ovl_can_decode_fh(struct super_block *sb) in ovl_can_decode_fh()
64 struct dentry *ovl_indexdir(struct super_block *sb) in ovl_indexdir()
72 bool ovl_index_all(struct super_block *sb) in ovl_index_all()
80 bool ovl_verify_lower(struct super_block *sb) in ovl_verify_lower()
683 bool ovl_init_uuid_xattr(struct super_block *sb, struct ovl_fs *ofs, in ovl_init_uuid_xattr()
/openbmc/linux/fs/smb/client/
H A Dmisc.c1152 struct super_block *sb; member
1155 static void tcon_super_cb(struct super_block *sb, void *arg) in tcon_super_cb()
1203 static void __cifs_put_super(struct super_block *sb) in __cifs_put_super()
1220 void cifs_put_tcp_super(struct super_block *sb) in cifs_put_tcp_super()
/openbmc/linux/drivers/misc/ibmasm/
H A Dibmasmfs.c110 static int ibmasmfs_fill_super(struct super_block *sb, struct fs_context *fc) in ibmasmfs_fill_super()
135 static struct inode *ibmasmfs_make_inode(struct super_block *sb, int mode) in ibmasmfs_make_inode()
578 static void ibmasmfs_create_files (struct super_block *sb) in ibmasmfs_create_files()
/openbmc/linux/fs/ext4/
H A Dfile.c198 struct super_block *sb = inode->i_sb; in ext4_unaligned_io() local
709 struct super_block *sb = inode->i_sb; in ext4_dax_huge_fault() local
807 static int ext4_sample_last_mounted(struct super_block *sb, in ext4_sample_last_mounted()
/openbmc/linux/fs/erofs/
H A Dzmap.c292 struct super_block *sb = m->inode->i_sb; in z_erofs_extent_lookback() local
333 struct super_block *sb = m->inode->i_sb; in z_erofs_get_extent_compressedlen() local
579 struct super_block *const sb = inode->i_sb; in z_erofs_fill_inode_lazy() local

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