Searched defs:super_block (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dfs.h427 struct super_block * bd_super;
551 struct super_block *i_sb;
1198 struct super_block { struct
1292 extern struct timespec current_fs_time(struct super_block *sb);
1298 void __sb_end_write(struct super_block *sb, int level);
1299 int __sb_start_write(struct super_block *sb, int level, bool wait);
1308 static inline void sb_end_write(struct super_block *sb)
1320 static inline void sb_end_pagefault(struct super_block *sb)
1332 static inline void sb_end_intwrite(struct super_block *sb)
1356 static inline void sb_start_write(struct super_block *s
[all...]

Completed in 50 milliseconds