Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 18 of 18) sorted by relevance

/include/linux/
A Dquotaops.h17 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()
149 static inline unsigned sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
161 static inline unsigned sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
195 static inline int sb_any_quota_suspended(struct super_block *sb) in sb_any_quota_suspended()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
206 static inline int sb_any_quota_loaded(struct super_block *sb) in sb_any_quota_loaded()
272 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
278 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
[all …]
A Dsbitmap.h113 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()
220 #define SB_NR_TO_INDEX(sb, bitnr) ((bitnr) >> (sb)->shift) argument
221 #define SB_NR_TO_BIT(sb, bitnr) ((bitnr) & ((1U << (sb)->shift) - 1U)) argument
235 static inline void __sbitmap_for_each_set(struct sbitmap *sb, in __sbitmap_for_each_set()
293 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word()
301 static inline void sbitmap_set_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_set_bit()
306 static inline void sbitmap_clear_bit(struct sbitmap *sb, unsigned int bitnr) in sbitmap_clear_bit()
328 static inline void sbitmap_put(struct sbitmap *sb, unsigned int bitnr) in sbitmap_put()
[all …]
A Dbuffer_head.h344 sb_bread(struct super_block *sb, sector_t block) in sb_bread()
350 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable()
356 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead()
383 static inline struct buffer_head *sb_getblk(struct super_block *sb, in sb_getblk()
389 static inline struct buffer_head *sb_getblk_gfp(struct super_block *sb, in sb_getblk_gfp()
396 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block()
402 sb_find_get_block_nonatomic(struct super_block *sb, sector_t block) in sb_find_get_block_nonatomic()
408 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
A Dfs.h1267 #define sb_has_strict_encoding(sb) \ argument
1271 #define sb_no_casefold_compat_fallback(sb) \ argument
1274 #define sb_no_casefold_compat_fallback(sb) (1) argument
1806 #define __sb_writers_acquired(sb, lev) \ argument
1808 #define __sb_writers_release(sb, lev) \ argument
1884 static inline void sb_end_write(struct super_block *sb) in sb_end_write()
1896 static inline void sb_end_pagefault(struct super_block *sb) in sb_end_pagefault()
1908 static inline void sb_end_intwrite(struct super_block *sb) in sb_end_intwrite()
1932 static inline void sb_start_write(struct super_block *sb) in sb_start_write()
1979 static inline void sb_start_intwrite(struct super_block *sb) in sb_start_intwrite()
[all …]
A Dfsnotify.h21 static inline bool fsnotify_sb_has_priority_watchers(struct super_block *sb, in fsnotify_sb_has_priority_watchers()
34 static inline bool fsnotify_sb_has_watchers(struct super_block *sb) in fsnotify_sb_has_watchers()
498 static inline int fsnotify_sb_error(struct super_block *sb, struct inode *inode, in fsnotify_sb_error()
A Dfsnotify_backend.h317 struct super_block *sb; member
574 static inline struct fsnotify_sb_info *fsnotify_sb_info(struct super_block *sb) in fsnotify_sb_info()
583 static inline atomic_long_t *fsnotify_sb_watched_objects(struct super_block *sb) in fsnotify_sb_watched_objects()
950 static inline void fsnotify_sb_delete(struct super_block *sb) in fsnotify_sb_delete()
956 static inline void fsnotify_sb_free(struct super_block *sb) in fsnotify_sb_free()
967 static inline void fsnotify_unmount_inodes(struct super_block *sb) in fsnotify_unmount_inodes()
A Dnfs_ssc.h77 static inline void nfs_do_sb_deactive(struct super_block *sb) in nfs_do_sb_deactive()
A Dfscrypt.h445 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops()
590 struct super_block *sb) in fscrypt_show_test_dummy_encryption()
606 static inline void fscrypt_destroy_keyring(struct super_block *sb) in fscrypt_destroy_keyring()
822 static inline void fscrypt_set_ops(struct super_block *sb, in fscrypt_set_ops()
A Dkernfs.h510 static inline struct kernfs_root *kernfs_root_from_sb(struct super_block *sb) in kernfs_root_from_sb()
514 kernfs_get_inode(struct super_block *sb, struct kernfs_node *kn) in kernfs_get_inode()
578 static inline const void *kernfs_super_ns(struct super_block *sb) in kernfs_super_ns()
586 static inline void kernfs_kill_sb(struct super_block *sb) { } in kernfs_kill_sb()
A Dsecurity.h698 const struct super_block *sb) in security_quotactl()
764 static inline int security_sb_alloc(struct super_block *sb) in security_sb_alloc()
769 static inline void security_sb_delete(struct super_block *sb) in security_sb_delete()
772 static inline void security_sb_free(struct super_block *sb) in security_sb_free()
781 static inline int security_sb_remount(struct super_block *sb, in security_sb_remount()
787 static inline int security_sb_mnt_opts_compat(struct super_block *sb, in security_sb_mnt_opts_compat()
794 static inline int security_sb_kern_mount(struct super_block *sb) in security_sb_kern_mount()
800 struct super_block *sb) in security_sb_show_options()
828 static inline int security_sb_set_mnt_opts(struct super_block *sb, in security_sb_set_mnt_opts()
A Dproc_fs.h77 static inline struct proc_fs_info *proc_sb_info(struct super_block *sb) in proc_sb_info()
246 static inline struct pid_namespace *proc_pid_ns(struct super_block *sb) in proc_pid_ns()
A Dwriteback.h296 static inline void cgroup_writeback_umount(struct super_block *sb) in cgroup_writeback_umount()
A Dblkdev.h838 static inline u64 sb_bdev_nr_blocks(struct super_block *sb) in sb_bdev_nr_blocks()
1255 static inline int sb_issue_discard(struct super_block *sb, sector_t block, in sb_issue_discard()
1265 static inline int sb_issue_zeroout(struct super_block *sb, sector_t block, in sb_issue_zeroout()
A Dhugetlb.h506 static inline struct hugetlbfs_sb_info *HUGETLBFS_SB(struct super_block *sb) in HUGETLBFS_SB()
/include/linux/usb/
A Dxhci-sideband.h98 static inline void xhci_sideband_notify_ep_ring_free(struct xhci_sideband *sb, in xhci_sideband_notify_ep_ring_free()
/include/uapi/linux/
A Dbfs_fs.h78 #define BFS_UNCLEAN(bfs_sb, sb) \ argument
/include/uapi/linux/raid/
A Dmd_p.h211 static inline __u64 md_event(mdp_super_t *sb) { in md_event()
/include/linux/ssb/
A Dssb_driver_chipcommon.h470 #define SSB_CHIPCO_CLK_SB2MIPS_T6(sb) (2 * (sb)) argument

Completed in 986 milliseconds