Searched refs:FS_REQUIRES_DEV (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/fs/intermezzo/ |
D | super.c | 261 if ((fstype->fs_flags & FS_REQUIRES_DEV) && !sb->s_bdev) { in presto_read_super() 335 static DECLARE_FSTYPE(presto_fs_type, "izo", presto_read_super, FS_REQUIRES_DEV); 339 static DECLARE_FSTYPE(presto_fs_type, "intermezzo", presto_read_super, FS_REQUIRES_DEV);
|
/linux-2.4.37.9/fs/ |
D | super.c | 231 (tmp->fs_flags & FS_REQUIRES_DEV) ? "" : "nodev", in get_filesystem_list() 803 if (type->fs_flags & FS_REQUIRES_DEV) in do_kern_mount()
|
/linux-2.4.37.9/fs/jfs/ |
D | super.c | 473 .fs_flags = FS_REQUIRES_DEV,
|
/linux-2.4.37.9/fs/hfsplus/ |
D | super.c | 496 .fs_flags = FS_REQUIRES_DEV,
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 87 #define FS_REQUIRES_DEV 1 macro 1013 DECLARE_FSTYPE(var,type,read,FS_REQUIRES_DEV)
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_super.c | 989 .fs_flags = FS_REQUIRES_DEV,
|
/linux-2.4.37.9/fs/nfsd/ |
D | export.c | 265 if (!((inode->i_sb->s_type->fs_flags & FS_REQUIRES_DEV) in exp_export()
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | vfs.txt | 142 fs_flags: various flags (i.e. FS_REQUIRES_DEV, FS_NO_DCACHE, etc.)
|