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

/linux-master/fs/nfs/
H A Dfs_context.c534 unsigned short protofamily, mountfamily; local
802 mountfamily = AF_INET;
805 mountfamily = AF_INET6;
811 mountfamily = AF_INET6;
820 ctx->mountfamily = mountfamily;
1412 if (ctx->mountfamily != AF_UNSPEC) {
1414 if (ctx->mountfamily != ctx->mount_server.address.sa_family)
1417 if (ctx->mountfamily != ctx->nfs_server.address.sa_family)
1591 ctx->mountfamily
[all...]
H A Dinternal.h113 unsigned short mountfamily; member in struct:nfs_fs_context

Completed in 210 milliseconds