Searched refs:test_opt (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dext2_fs.h354 #define test_opt(sb, opt) (EXT2_SB(sb)->s_mount_opt & \ macro
H A Dext3_fs.h413 #define test_opt(sb, opt) (EXT3_SB(sb)->s_mount_opt & \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dinode.c510 if (test_opt(inode->i_sb, DELALLOC))
3387 test_opt(inode->i_sb, DELALLOC)) {
4114 test_opt(inode->i_sb, DELALLOC))
4119 test_opt(inode->i_sb, DELALLOC))
4637 if (inode->i_size == 0 && !test_opt(inode->i_sb, NO_AUTO_DA_ALLOC))
5016 if (!(test_opt(inode->i_sb, NO_UID32))) {
5247 if (!(test_opt(inode->i_sb, NO_UID32))) {
5715 if (test_opt(inode->i_sb, I_VERSION))
H A Dext4.h895 #define test_opt(sb, opt) (EXT4_SB(sb)->s_mount_opt & \ macro
H A Dmballoc.c2583 if (test_opt(sb, DISCARD))
4603 if (test_opt(sb, DISCARD))
H A Dnamei.c2466 if (!test_opt(new_dir->i_sb, NO_AUTO_DA_ALLOC))
H A Dextents.c202 if (test_opt(inode->i_sb, DELALLOC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dinode.c78 test_opt(inode->i_sb, DATA_FLAGS));
85 if (test_opt(inode->i_sb, DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA ||
2781 if(!(test_opt (inode->i_sb, NO_UID32))) {
2952 if(!(test_opt(inode->i_sb, NO_UID32))) {
H A Dballoc.c422 if (!test_opt(sb, RESERVATION))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dballoc.c435 if (!test_opt(sb, RESERVATION))

Completed in 117 milliseconds

12