| /include/linux/ |
| D | quotaops.h | 17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt() 33 #define quota_error(sb, fmt, args...) \ argument 83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() 155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 161 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded() [all …]
|
| D | sbitmap.h | 113 struct sbitmap sb; member 174 static inline unsigned int __map_depth(const struct sbitmap *sb, int index) in __map_depth() 185 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free() 237 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift) argument 238 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U)) argument 252 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set() 304 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, in sbitmap_for_each_set() 310 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word() 318 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_set_bit() 323 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_clear_bit() [all …]
|
| D | buffer_head.h | 346 sb_bread(struct super_block *sb, sector_t block) in sb_bread() 352 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable() 358 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() 385 static inline struct buffer_head *sb_getblk(struct super_block *sb, in sb_getblk() 391 static inline struct buffer_head *sb_getblk_gfp(struct super_block *sb, in sb_getblk_gfp() 398 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() 404 sb_find_get_block_nonatomic(struct super_block *sb, sector_t block) in sb_find_get_block_nonatomic() 410 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
|
| D | cleancache.h | 79 static inline void cleancache_init_fs(struct super_block *sb) in cleancache_init_fs() 85 static inline void cleancache_init_shared_fs(struct super_block *sb) in cleancache_init_shared_fs() 118 static inline void cleancache_invalidate_fs(struct super_block *sb) in cleancache_invalidate_fs()
|
| D | fs.h | 1208 #define sb_has_strict_encoding(sb) \ argument 1212 #define sb_no_casefold_compat_fallback(sb) \ argument 1215 #define sb_no_casefold_compat_fallback(sb) (1) argument 1586 static inline bool fsuidgid_has_mapping(struct super_block *sb, in fsuidgid_has_mapping() 1727 static inline void __sb_end_write(struct super_block *sb, int level) in __sb_end_write() 1732 static inline void __sb_start_write(struct super_block *sb, int level) in __sb_start_write() 1737 static inline bool __sb_start_write_trylock(struct super_block *sb, int level) in __sb_start_write_trylock() 1742 #define __sb_writers_acquired(sb, lev) \ argument 1744 #define __sb_writers_release(sb, lev) \ argument 1756 static inline int __sb_write_started(const struct super_block *sb, int level) in __sb_write_started() [all …]
|
| D | fsnotify.h | 24 static inline bool fsnotify_sb_has_priority_watchers(struct super_block *sb, in fsnotify_sb_has_priority_watchers() 37 static inline bool fsnotify_sb_has_watchers(struct super_block *sb) in fsnotify_sb_has_watchers() 482 static inline int fsnotify_sb_error(struct super_block *sb, struct inode *inode, in fsnotify_sb_error()
|
| D | fsnotify_backend.h | 297 struct super_block *sb; member 498 static inline struct fsnotify_sb_info *fsnotify_sb_info(struct super_block *sb) in fsnotify_sb_info() 507 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects() 879 static inline void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete() 882 static inline void fsnotify_sb_free(struct super_block *sb) in fsnotify_sb_free() 893 static inline void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes()
|
| D | nfs_ssc.h | 77 static inline void nfs_do_sb_deactive(struct super_block *sb) in nfs_do_sb_deactive()
|
| D | kernfs.h | 516 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb() 520 kernfs_get_inode(struct super_block *sb, struct kernfs_node *kn) in kernfs_get_inode() 582 static inline const void *kernfs_super_ns(struct super_block *sb) in kernfs_super_ns() 590 static inline void kernfs_kill_sb(struct super_block *sb) { } in kernfs_kill_sb()
|
| D | fscrypt.h | 453 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() 600 struct super_block *sb) in fscrypt_show_test_dummy_encryption() 616 static inline void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring() 832 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops()
|
| D | security.h | 634 const struct super_block *sb) in security_quotactl() 700 static inline int security_sb_alloc(struct super_block *sb) in security_sb_alloc() 705 static inline void security_sb_delete(struct super_block *sb) in security_sb_delete() 708 static inline void security_sb_free(struct super_block *sb) in security_sb_free() 717 static inline int security_sb_remount(struct super_block *sb, in security_sb_remount() 723 static inline int security_sb_mnt_opts_compat(struct super_block *sb, in security_sb_mnt_opts_compat() 730 static inline int security_sb_kern_mount(struct super_block *sb) in security_sb_kern_mount() 736 struct super_block *sb) in security_sb_show_options() 764 static inline int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts()
|
| D | proc_fs.h | 75 static inline struct proc_fs_info *proc_sb_info(struct super_block *sb) in proc_sb_info() 244 static inline struct pid_namespace *proc_pid_ns(struct super_block *sb) in proc_pid_ns()
|
| D | writeback.h | 331 static inline void cgroup_writeback_umount(struct super_block *sb) in cgroup_writeback_umount()
|
| D | blkdev.h | 892 static inline u64 sb_bdev_nr_blocks(struct super_block *sb) in sb_bdev_nr_blocks() 1208 static inline int sb_issue_discard(struct super_block *sb, sector_t block, in sb_issue_discard() 1218 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout()
|
| D | hugetlb.h | 508 static inline struct hugetlbfs_sb_info *HUGETLBFS_SB(struct super_block *sb) in HUGETLBFS_SB()
|
| /include/linux/usb/ |
| D | xhci-sideband.h | 107 static inline void xhci_sideband_notify_ep_ring_free(struct xhci_sideband *sb, in xhci_sideband_notify_ep_ring_free()
|
| /include/uapi/linux/ |
| D | bfs_fs.h | 78 #define BFS_UNCLEAN(bfs_sb, sb) \ argument
|
| /include/uapi/linux/raid/ |
| D | md_p.h | 211 static inline __u64 md_event(mdp_super_t *sb) { in md_event()
|
| /include/linux/ssb/ |
| D | ssb_driver_chipcommon.h | 470 #define SSB_CHIPCO_CLK_SB2MIPS_T6(sb) (2 * (sb)) argument
|