Searched refs:nw_info_struct (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/ncpfs/ |
D | ncplib_kernel.h | 66 void ncp_extract_file_info(const void* src, struct nw_info_struct* target); 68 struct nw_info_struct *target); 69 int ncp_obtain_nfs_info(struct ncp_server *server, struct nw_info_struct *target); 73 int ncp_lookup_volume(struct ncp_server *, const char *, struct nw_info_struct *);
|
D | ncp_fs.h | 35 struct nw_info_struct i;
|
D | ncplib_kernel.c | 352 void ncp_extract_file_info(const void *structure, struct nw_info_struct *target) in ncp_extract_file_info() 355 const int info_struct_size = offsetof(struct nw_info_struct, nameLen); in ncp_extract_file_info() 376 struct nw_info_struct *target) in ncp_obtain_nfs_info() 420 struct nw_info_struct *target) in ncp_obtain_info() 624 const char *volname, struct nw_info_struct *target) in ncp_lookup_volume()
|
D | dir.c | 393 struct nw_info_struct i; in ncp_obtain_mtime() 767 if (rpls < offsetof(struct nw_info_struct, entryName)) in ncp_do_readdir() 770 onerpl = offsetof(struct nw_info_struct, entryName) + entry.i.nameLen; in ncp_do_readdir()
|
D | inode.c | 143 static void ncp_update_dates(struct inode *inode, struct nw_info_struct *nwi) in ncp_update_dates() 164 struct nw_info_struct *nwi = &nwinfo->i; in ncp_update_attrs()
|
/linux-4.4.14/include/uapi/linux/ |
D | ncp.h | 130 struct nw_info_struct { struct
|