Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_subr.h40 struct nw_entry_info;
51 struct nw_entry_info *target,
53 int ncp_lookup(struct vnode *dvp, int len, char *name, struct nw_entry_info *fap,
73 int namelen, char *path, struct nw_entry_info *target,
Dnwfs_node.h84 int nwfs_nget(struct mount *mp, ncpfid fid, struct nw_entry_info *fap,
91 void nwfs_attr_cacheenter(struct vnode *vp, struct nw_entry_info *fi);
Dnwfs_subr.c48 #define NCP_INFOSZ (sizeof(struct nw_entry_info) - 257)
54 struct nw_entry_info *target, int withname) in ncp_extract_file_info()
100 struct nw_entry_info *target, in ncp_search_for_file_or_subdir()
136 int namelen, char *path, struct nw_entry_info *target, in ncp_obtain_info()
171 ncp_lookup(struct vnode *dvp, int len, char *name, struct nw_entry_info *fap, in ncp_lookup()
Dnwfs_node.c134 nwfs_allocvp(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, in nwfs_allocvp()
216 nwfs_nget(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, in nwfs_nget()
317 nwfs_attr_cacheenter(struct vnode *vp, struct nw_entry_info *fi) in nwfs_attr_cacheenter()
Dnwfs.h43 #define NWFSIOC_GETEINFO _IOR('n',2,struct nw_entry_info)
Dnwfs_ioctl.c61 struct nw_entry_info *fap;
Dnwfs_vnops.c264 struct nw_entry_info fattr;
822 struct nw_entry_info fattr, *fap;
Dnwfs_vfsops.c279 struct nw_entry_info fattr; in nwfs_root()
Dnwfs_io.c74 struct nw_entry_info fattr; in nwfs_readvdir()
/freebsd-9-stable/lib/libncp/
Dncpl_file.c85 ncp_geteinfo(char *path, struct nw_entry_info *fi) { in ncp_geteinfo()
111 ncp_GetNSEntryInfo(NWDIR_HANDLE dh, struct nw_entry_info *fi, int *ns) { in ncp_GetNSEntryInfo()
125 struct nw_entry_info *pfi; in ncp_ScanForDeletedFiles()
154 pfi = (struct nw_entry_info*) ncp_reply_data(conn, 0x14); in ncp_ScanForDeletedFiles()
/freebsd-9-stable/sys/netncp/
Dncp_file.h61 int ncp_GetNSEntryInfo(NWDIR_HANDLE, struct nw_entry_info *, int *);
Dncp.h290 struct nw_entry_info { struct
319 typedef struct nw_entry_info NW_ENTRY_INFO; argument
Dncp_subr.h98 struct nw_entry_info fattr;
Dncp_lib.h206 int ncp_geteinfo(char *, struct nw_entry_info *);
/freebsd-9-stable/usr.sbin/mount_nwfs/
Dmount_nwfs.c82 struct nw_entry_info einfo; in main()