Searched refs:test_opt (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/fs/ext2/ |
D | super.c | 51 if (test_opt (sb, ERRORS_PANIC) || in ext2_error() 53 !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_RO))) in ext2_error() 58 if (test_opt (sb, ERRORS_RO) || in ext2_error() 60 !test_opt (sb, ERRORS_CONT) && !test_opt (sb, ERRORS_PANIC))) { in ext2_error() 316 if (test_opt (sb, DEBUG)) in ext2_setup_super() 326 if (test_opt (sb, CHECK)) { in ext2_setup_super() 799 if (test_opt (sb, MINIX_DF)) in ext2_statfs()
|
D | ialloc.c | 374 if (test_opt (sb, GRPID)) in ext2_new_inode()
|
D | inode.c | 963 if(!(test_opt (inode->i_sb, NO_UID32))) { in ext2_read_inode() 1094 if(!(test_opt(inode->i_sb, NO_UID32))) { in ext2_update_inode()
|
/linux-2.4.37.9/fs/ext3/ |
D | fsync.c | 69 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT3_MOUNT_WRITEBACK_DATA) in ext3_sync_file()
|
D | super.c | 116 if (test_opt (sb, ERRORS_PANIC)) in ext3_error_behaviour() 118 if (test_opt (sb, ERRORS_RO)) in ext3_error_behaviour() 120 if (test_opt (sb, ERRORS_CONT)) in ext3_error_behaviour() 716 if (test_opt (sb, DEBUG)) in ext3_setup_super() 734 if (test_opt (sb, CHECK)) { in ext3_setup_super() 1173 if (!test_opt(sb, NOLOAD) && in ext3_read_super() 1190 switch (test_opt(sb, DATA_FLAGS)) { in ext3_read_super() 1240 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA ? "journal": in ext3_read_super() 1241 test_opt(sb,DATA_FLAGS) == EXT3_MOUNT_ORDERED_DATA ? "ordered": in ext3_read_super() 1449 if (!really_read_only && test_opt(sb, UPDATE_JOURNAL)) { in ext3_load_journal() [all …]
|
D | inode.c | 74 test_opt(inode->i_sb, DATA_FLAGS)); in ext3_forget() 81 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA || in ext3_forget() 2118 if(!(test_opt (inode->i_sb, NO_UID32))) { in ext3_read_inode() 2233 if(!(test_opt(inode->i_sb, NO_UID32))) { in ext3_do_update_inode()
|
D | ialloc.c | 471 if (test_opt (sb, GRPID)) in ext3_new_inode()
|
/linux-2.4.37.9/include/linux/ |
D | ext3_jbd.h | 290 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA) in ext3_should_journal_data() 299 return (test_opt(inode->i_sb, DATA_FLAGS) == EXT3_MOUNT_ORDERED_DATA); in ext3_should_order_data()
|
D | ext2_fs.h | 320 #define test_opt(sb, opt) ((sb)->u.ext2_sb.s_mount_opt & \ macro
|
D | ext3_fs.h | 347 #define test_opt(sb, opt) ((sb)->u.ext3_sb.s_mount_opt & \ macro
|