Home
last modified time | relevance | path

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

/linux-6.6.21/fs/minix/
Dinode.c26 static int minix_remount (struct super_block * sb, int * flags, char * data);
113 .remount_fs = minix_remount,
116 static int minix_remount (struct super_block * sb, int * flags, char * data) in minix_remount() function