tag | line | file | source code |
---|---|---|---|
s_mount_opt | 304 | fs/ext2/super.c | sb->u.ext2_sb.s_mount_opt); |
s_mount_opt | 374 | fs/ext2/super.c | set_opt (sb->u.ext2_sb.s_mount_opt, CHECK_NORMAL); |
s_mount_opt | 376 | fs/ext2/super.c | &sb->u.ext2_sb.s_mount_opt)) { |
s_mount_opt | 655 | fs/ext2/super.c | sb->u.ext2_sb.s_mount_opt = new_mount_opt; |
s_mount_opt | 292 | include/linux/ext2_fs.h | #define test_opt(sb, opt) ((sb)->u.ext2_sb.s_mount_opt & \ |
s_mount_opt | 52 | include/linux/ext2_fs_sb.h | unsigned long s_mount_opt; |