HomeSort by relevance Sort by last modified time
    Searched defs:super_block (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 130 struct ext2_super_block super_block; member in struct:struct_file_system_info
  /external/kernel-headers/original/linux/
fs.h 523 struct super_block *i_sb;
858 #define sb_entry(list) list_entry((list), struct super_block, s_list)
860 struct super_block { struct
912 extern struct timespec current_fs_time(struct super_block *sb);
945 static inline void lock_super(struct super_block * sb)
951 static inline void unlock_super(struct super_block * sb)
    [all...]

Completed in 217 milliseconds