Searched refs:affs_test_opt (Results 1 – 6 of 6) sorted by relevance
| /fs/affs/ |
| A D | inode.c | 71 if (affs_test_opt(sbi->s_flags, SF_SETMODE)) in affs_iget() 77 if (id == 0 || affs_test_opt(sbi->s_flags, SF_SETUID)) in affs_iget() 79 else if (id == 0xFFFF && affs_test_opt(sbi->s_flags, SF_MUFS)) in affs_iget() 85 if (id == 0 || affs_test_opt(sbi->s_flags, SF_SETGID)) in affs_iget() 87 else if (id == 0xFFFF && affs_test_opt(sbi->s_flags, SF_MUFS)) in affs_iget() 99 affs_test_opt(sbi->s_flags, SF_SETMODE)) { in affs_iget() 138 inode->i_mapping->a_ops = affs_test_opt(sbi->s_flags, SF_OFS) ? in affs_iget() 196 if (affs_test_opt(AFFS_SB(sb)->s_flags, SF_MUFS)) { in affs_write_inode() 202 if (!affs_test_opt(AFFS_SB(sb)->s_flags, SF_SETUID)) in affs_write_inode() 204 if (!affs_test_opt(AFFS_SB(sb)->s_flags, SF_SETGID)) in affs_write_inode() [all …]
|
| A D | super.c | 275 if (affs_test_opt(sbi->s_flags, SF_SETMODE)) in affs_show_options() 277 if (affs_test_opt(sbi->s_flags, SF_MUFS)) in affs_show_options() 279 if (affs_test_opt(sbi->s_flags, SF_NO_TRUNCATE)) in affs_show_options() 281 if (affs_test_opt(sbi->s_flags, SF_PREFIX)) in affs_show_options() 283 if (affs_test_opt(sbi->s_flags, SF_IMMUTABLE)) in affs_show_options() 289 if (affs_test_opt(sbi->s_flags, SF_SETGID)) in affs_show_options() 292 if (affs_test_opt(sbi->s_flags, SF_SETUID)) in affs_show_options() 295 if (affs_test_opt(sbi->s_flags, SF_VERBOSE)) in affs_show_options() 476 if (affs_test_opt(ctx->mount_flags, SF_VERBOSE)) { in affs_fill_super() 487 if (affs_test_opt(sbi->s_flags, SF_OFS)) in affs_fill_super() [all …]
|
| A D | namei.c | 38 return affs_test_opt(AFFS_SB(sb)->s_flags, SF_INTL) ? in affs_get_toupper() 265 inode->i_mapping->a_ops = affs_test_opt(AFFS_SB(sb)->s_flags, SF_OFS) ? in affs_create()
|
| A D | affs.h | 124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) macro
|
| A D | amigaffs.c | 504 return affs_test_opt(AFFS_SB(dentry->d_sb)->s_flags, SF_NO_TRUNCATE); in affs_nofilenametruncate()
|
| A D | file.c | 950 if (affs_test_opt(AFFS_SB(sb)->s_flags, SF_OFS)) { in affs_truncate()
|
Completed in 16 milliseconds