Searched refs:nw_entry_info (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/fs/nwfs/ |
| D | nwfs_subr.h | 40 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,
|
| D | nwfs_node.h | 84 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);
|
| D | nwfs_subr.c | 48 #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()
|
| D | nwfs_node.c | 134 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()
|
| D | nwfs.h | 43 #define NWFSIOC_GETEINFO _IOR('n',2,struct nw_entry_info)
|
| D | nwfs_ioctl.c | 61 struct nw_entry_info *fap;
|
| D | nwfs_vnops.c | 264 struct nw_entry_info fattr; 822 struct nw_entry_info fattr, *fap;
|
| D | nwfs_vfsops.c | 279 struct nw_entry_info fattr; in nwfs_root()
|
| D | nwfs_io.c | 74 struct nw_entry_info fattr; in nwfs_readvdir()
|
| /freebsd-9-stable/lib/libncp/ |
| D | ncpl_file.c | 85 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/ |
| D | ncp_file.h | 61 int ncp_GetNSEntryInfo(NWDIR_HANDLE, struct nw_entry_info *, int *);
|
| D | ncp.h | 290 struct nw_entry_info { struct 319 typedef struct nw_entry_info NW_ENTRY_INFO; argument
|
| D | ncp_subr.h | 98 struct nw_entry_info fattr;
|
| D | ncp_lib.h | 206 int ncp_geteinfo(char *, struct nw_entry_info *);
|
| /freebsd-9-stable/usr.sbin/mount_nwfs/ |
| D | mount_nwfs.c | 82 struct nw_entry_info einfo; in main()
|