Home
last modified time | relevance | path

Searched refs:orangefs_features (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/orangefs/
Dsuper.c38 uint64_t orangefs_features; variable
293 orangefs_features = in orangefs_remount()
296 orangefs_features = 0; in orangefs_remount()
299 orangefs_features = 0; in orangefs_remount()
573 orangefs_features = new_op->downcall.resp.features.features; in orangefs_mount()
576 orangefs_features = 0; in orangefs_mount()
Dorangefs-kernel.h338 extern uint64_t orangefs_features;
Dorangefs-sysfs.c355 if (!(orangefs_features & ORANGEFS_FEATURE_READAHEAD) && in sysfs_service_op_show()
574 if (!(orangefs_features & ORANGEFS_FEATURE_READAHEAD) && in sysfs_service_op_store()
Dfile.c526 if (orangefs_features & ORANGEFS_FEATURE_READAHEAD) { in orangefs_file_release()