Home
last modified time | relevance | path

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

/fs/nls/
DKconfig43 The Microsoft FAT file system family can deal with filenames in
55 The Microsoft FAT file system family can deal with filenames in
67 The Microsoft FAT file system family can deal with filenames in
80 The Microsoft FAT file system family can deal with filenames in
96 The Microsoft FAT file system family can deal with filenames in
111 The Microsoft FAT file system family can deal with filenames in
122 The Microsoft FAT file system family can deal with filenames in
133 The Microsoft FAT file system family can deal with filenames in
144 The Microsoft FAT file system family can deal with filenames in
155 The Microsoft FAT file system family can deal with filenames in
[all …]
/fs/dlm/
Dnetlink.c16 static struct genl_family family; variable
28 data = genlmsg_put(skb, 0, dlm_nl_seqnum++, &family, 0, cmd); in prepare_data()
73 static struct genl_family family __ro_after_init = {
83 return genl_register_family(&family); in dlm_netlink_init()
88 genl_unregister_family(&family); in dlm_netlink_exit()
/fs/lockd/
Dsvc.c191 struct net *net, const int family, in create_lockd_listener() argument
197 xprt = svc_find_xprt(serv, name, net, family, 0); in create_lockd_listener()
199 return svc_create_xprt(serv, name, net, family, port, in create_lockd_listener()
206 const int family, const struct cred *cred) in create_lockd_family() argument
210 err = create_lockd_listener(serv, "udp", net, family, nlm_udpport, in create_lockd_family()
215 return create_lockd_listener(serv, "tcp", net, family, nlm_tcpport, in create_lockd_family()
/fs/afs/
Daddr_list.c139 int family; in afs_parse_text_addrs() local
156 family = AF_INET; in afs_parse_text_addrs()
158 family = AF_INET6; in afs_parse_text_addrs()
199 if (family == AF_INET) in afs_parse_text_addrs()
Dserver.c48 if (srx->transport.family == AF_INET6) { in afs_find_server()
/fs/cifs/
Dfscache.c31 uint16_t family; /* address family */ member
57 key.hdr.family = sa->sa_family; in cifs_fscache_get_client_cookie()
DKconfig22 This is the client VFS module for the SMB3 family of NAS protocols,
/fs/nfsd/
Dnfssvc.c780 u32 version, int family, unsigned short proto, in nfsd_acl_rpcbind_set() argument
786 return svc_generic_rpcbind_set(net, progp, version, family, in nfsd_acl_rpcbind_set()
826 u32 version, int family, unsigned short proto, in nfsd_rpcbind_set() argument
831 return svc_generic_rpcbind_set(net, progp, version, family, in nfsd_rpcbind_set()
/fs/nfs/
Dfscache.c34 uint16_t family; /* address family */ member
58 key.hdr.family = clp->cl_addr.ss_family; in nfs_fscache_get_client_cookie()