/include/linux/ |
D | quotaops.h | 17 static inline struct quota_info *sb_dqopt(struct super_block *sb) in sb_dqopt() 35 #define quota_error(sb, fmt, args...) \ argument 85 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 121 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 130 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 136 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 142 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 148 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended() 154 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 160 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded() [all …]
|
D | sbitmap.h | 101 struct sbitmap sb; member 162 static inline void sbitmap_free(struct sbitmap *sb) in sbitmap_free() 228 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift) argument 229 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U)) argument 243 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set() 295 static inline void sbitmap_for_each_set(struct sbitmap *sb, sb_for_each_fn fn, in sbitmap_for_each_set() 301 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word() 309 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_set_bit() 314 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_clear_bit() 325 static inline void sbitmap_deferred_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_deferred_clear_bit() [all …]
|
D | buffer_head.h | 305 sb_bread(struct super_block *sb, sector_t block) in sb_bread() 311 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable() 317 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() 323 sb_getblk(struct super_block *sb, sector_t block) in sb_getblk() 330 sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) in sb_getblk_gfp() 336 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() 342 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 | kernfs.h | 427 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb() 431 kernfs_get_inode(struct super_block *sb, struct kernfs_node *kn) in kernfs_get_inode() 489 static inline const void *kernfs_super_ns(struct super_block *sb) in kernfs_super_ns() 497 static inline void kernfs_kill_sb(struct super_block *sb) { } in kernfs_kill_sb()
|
D | fs.h | 1588 #define __sb_writers_acquired(sb, lev) \ argument 1590 #define __sb_writers_release(sb, lev) \ argument 1600 static inline void sb_end_write(struct super_block *sb) in sb_end_write() 1612 static inline void sb_end_pagefault(struct super_block *sb) in sb_end_pagefault() 1624 static inline void sb_end_intwrite(struct super_block *sb) in sb_end_intwrite() 1648 static inline void sb_start_write(struct super_block *sb) in sb_start_write() 1653 static inline int sb_start_write_trylock(struct super_block *sb) in sb_start_write_trylock() 1677 static inline void sb_start_pagefault(struct super_block *sb) in sb_start_pagefault() 1695 static inline void sb_start_intwrite(struct super_block *sb) in sb_start_intwrite() 1700 static inline int sb_start_intwrite_trylock(struct super_block *sb) in sb_start_intwrite_trylock() [all …]
|
D | fscrypt.h | 264 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops() 369 static inline void fscrypt_sb_free(struct super_block *sb) in fscrypt_sb_free() 543 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops()
|
D | security.h | 543 struct super_block *sb) in security_quotactl() 598 static inline int security_sb_alloc(struct super_block *sb) in security_sb_alloc() 603 static inline void security_sb_free(struct super_block *sb) in security_sb_free() 612 static inline int security_sb_remount(struct super_block *sb, in security_sb_remount() 618 static inline int security_sb_kern_mount(struct super_block *sb) in security_sb_kern_mount() 624 struct super_block *sb) in security_sb_show_options() 652 static inline int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts()
|
D | fsnotify_backend.h | 528 static inline void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete() 539 static inline void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes()
|
D | backing-dev.h | 160 struct super_block *sb; in inode_to_bdi() local
|
D | hugetlb.h | 271 static inline struct hugetlbfs_sb_info *HUGETLBFS_SB(struct super_block *sb) in HUGETLBFS_SB()
|
D | blkdev.h | 1233 static inline int sb_issue_discard(struct super_block *sb, sector_t block, in sb_issue_discard() 1243 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout()
|
/include/uapi/linux/ |
D | bcache.h | 210 static inline _Bool SB_IS_BDEV(const struct cache_sb *sb) in SB_IS_BDEV() 245 static inline __u64 jset_magic(struct cache_sb *sb) in jset_magic() 250 static inline __u64 pset_magic(struct cache_sb *sb) in pset_magic() 255 static inline __u64 bset_magic(struct cache_sb *sb) in bset_magic()
|
D | bfs_fs.h | 78 #define BFS_UNCLEAN(bfs_sb, sb) \ argument
|
/include/uapi/linux/raid/ |
D | md_p.h | 215 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
|