Searched refs:read_super (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/fs/ |
D | super.c | 729 if (!fs_type->read_super(s, data, flags & MS_VERBOSE ? 1 : 0)) in get_sb_bdev() 756 if (!fs_type->read_super(s, data, flags & MS_VERBOSE ? 1 : 0)) { in get_sb_nodev() 779 if (!fs_type->read_super(s, data, flags & MS_VERBOSE ? 1 : 0)) { in get_sb_single()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | vfs.txt | 135 struct super_block *(*read_super) (struct super_block *, void *, int); 144 read_super: the method to call when a new instance of this 149 The read_super() method has the following arguments: 153 read_super() method 160 The read_super() method must determine if the block device specified 166 read_super() method fills in is the "s_op" field. This is a pointer to
|
D | Locking | 123 struct super_block *(*read_super) (struct super_block *, void *, int);
|
/linux-2.4.37.9/fs/intermezzo/ |
D | super.c | 269 sb = fstype->read_super(sb, cache_data, silent); in presto_read_super()
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | ramfs.c | 306 .read_super = hwgfs_read_super,
|
/linux-2.4.37.9/fs/affs/ |
D | Changes | 118 - Sets the NOEXEC flag in read_super() for old file 126 - Cleanup of error handling in read_super().
|
/linux-2.4.37.9/fs/jfs/ |
D | super.c | 472 .read_super = jfs_read_super,
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 998 struct super_block *(*read_super) (struct super_block *, void *, int); member 1007 read_super: read, \
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_super.c | 988 .read_super = linvfs_read_super,
|
/linux-2.4.37.9/fs/befs/ |
D | ChangeLog | 182 * Made read_super and read_inode allocate the private portions of those
|