| D | mount.h | 656 #define VFS_PROLOGUE(MP) do { \ argument 664 #define VFS_EPILOGUE(MP) \ argument 669 #define VFS_MOUNT(MP) ({ \ argument 677 #define VFS_UNMOUNT(MP, FORCE) ({ \ argument 685 #define VFS_ROOT(MP, FLAGS, VPP) ({ \ argument 693 #define VFS_QUOTACTL(MP, C, U, A) ({ \ argument 701 #define VFS_STATFS(MP, SBP) ({ \ argument 709 #define VFS_SYNC(MP, WAIT) ({ \ argument 717 #define VFS_VGET(MP, INO, FLAGS, VPP) ({ \ argument 725 #define VFS_FHTOVP(MP, FIDP, FLAGS, VPP) ({ \ argument [all …]
|