Home
last modified time | relevance | path

Searched defs:create_file (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Ddebugfs.rs74 fn create_file<'a, T, E: 'a>( in create_file() method
517 fn create_file<T: Sync>(&self, name: &CStr, data: &'data T, vtable: &'static FileOps<T>) { in create_file() method
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c229 static void create_file(struct __test_metadata *const _metadata, in create_file() function