Searched refs:sync_filesystem (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/fs/
H A Dsync.c30 int sync_filesystem(struct super_block *sb) function
72 EXPORT_SYMBOL(sync_filesystem); variable
160 ret = sync_filesystem(sb);
H A Dsuper.c620 sync_filesystem(sb);
1406 sync_filesystem(sb);
1423 sync_filesystem(sb);
2072 ret = sync_filesystem(sb);
/linux-master/fs/freevxfs/
H A Dvxfs_super.c96 sync_filesystem(sb);
/linux-master/fs/cachefiles/
H A Dcache.c354 ret = sync_filesystem(cache->mnt->mnt_sb);
/linux-master/fs/proc/
H A Droot.c218 sync_filesystem(sb);
/linux-master/fs/coda/
H A Dinode.c94 sync_filesystem(fc->root->d_sb);
/linux-master/fs/jffs2/
H A Dsuper.c237 sync_filesystem(sb);
/linux-master/fs/sysv/
H A Dinode.c64 sync_filesystem(sb);
/linux-master/fs/efs/
H A Dsuper.c353 sync_filesystem(fc->root->d_sb);
/linux-master/fs/hfs/
H A Dsuper.c115 sync_filesystem(sb);
/linux-master/fs/pstore/
H A Dinode.c274 sync_filesystem(sb);
/linux-master/fs/qnx4/
H A Dinode.c49 sync_filesystem(sb);
/linux-master/fs/adfs/
H A Dsuper.c190 sync_filesystem(sb);
/linux-master/fs/openpromfs/
H A Dinode.c360 sync_filesystem(sb);
/linux-master/fs/squashfs/
H A Dsuper.c494 sync_filesystem(fc->root->d_sb);
/linux-master/fs/hfsplus/
H A Dsuper.c337 sync_filesystem(sb);
/linux-master/fs/qnx6/
H A Dinode.c59 sync_filesystem(sb);
/linux-master/fs/affs/
H A Dsuper.c568 sync_filesystem(sb);
/linux-master/fs/hpfs/
H A Dsuper.c451 sync_filesystem(s);
/linux-master/fs/tracefs/
H A Dinode.c343 sync_filesystem(sb);
/linux-master/fs/debugfs/
H A Dinode.c195 sync_filesystem(sb);
/linux-master/fs/romfs/
H A Dsuper.c429 sync_filesystem(fc->root->d_sb);
/linux-master/fs/ceph/
H A Dsuper.c1412 sync_filesystem(sb);
1540 * sync_filesystem() anyway, we still need to do it here and
1552 sync_filesystem(s);
/linux-master/fs/minix/
H A Dinode.c122 sync_filesystem(sb);
/linux-master/fs/befs/
H A Dlinuxvfs.c941 sync_filesystem(sb);

Completed in 395 milliseconds

123