Searched refs:vfs_cmd_create (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dfsopen.c212 static int vfs_cmd_create(struct fs_context *fc, bool exclusive) function
292 return vfs_cmd_create(fc, false);
294 return vfs_cmd_create(fc, true);

Completed in 105 milliseconds