Searched refs:node_info (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
H A D | node.h | 33 /* For flag in struct node_info */ 44 struct node_info { struct 54 struct node_info ni; /* in-memory node information */ 68 static inline void copy_node_info(struct node_info *dst, copy_node_info() 69 struct node_info *src) copy_node_info() 102 static inline void node_info_from_raw_nat(struct node_info *ni, node_info_from_raw_nat() 111 struct node_info *ni) raw_nat_from_node_info()
|
H A D | node.c | 270 static void set_node_addr(struct f2fs_sb_info *sbi, struct node_info *ni, set_node_addr() 346 void get_node_info(struct f2fs_sb_info *sbi, nid_t nid, struct node_info *ni) get_node_info() 385 /* Fill node_info from nat page */ get_node_info() 584 struct node_info ni; truncate_node() 938 struct node_info old_ni, new_ni; new_node_page() 996 struct node_info ni; read_node_page() 1294 struct node_info ni; f2fs_write_node_page() 1665 struct node_info ni; recover_xattr_data() 1700 struct node_info old_ni, new_ni; recover_inode_page()
|
H A D | gc.c | 491 struct node_info *dni, block_t blkaddr, unsigned int *nofs) check_dnode() 570 struct node_info dni; /* dnode info for the data */ gc_data_segment()
|
H A D | recovery.c | 353 struct node_info ni; do_recover_data()
|
H A D | f2fs.h | 1506 struct node_info; 1512 void get_node_info(struct f2fs_sb_info *, nid_t, struct node_info *);
|
H A D | data.c | 1121 struct node_info ni; __allocate_data_block()
|
H A D | segment.c | 1246 struct node_info ni; write_data_page()
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
H A D | core.c | 86 struct pnp_dev_node_info node_info; variable in typeref:struct:pnp_dev_node_info 210 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnpbios_get_resources() 233 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnpbios_set_resources() 285 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnpbios_disable_resources() 365 node = kzalloc(node_info.max_node_size, GFP_KERNEL); build_devlist() 544 ret = pnp_bios_dev_node_info(&node_info); pnpbios_init()
|
H A D | proc.c | 179 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnp_devices_proc_show() 225 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnpbios_proc_show() 252 node = kzalloc(node_info.max_node_size, GFP_KERNEL); pnpbios_proc_write()
|
H A D | pnpbios.h | 128 extern struct pnp_dev_node_info node_info;
|
/linux-4.1.27/net/tipc/ |
H A D | netlink_compat.c | 842 struct tipc_node_info node_info; tipc_nl_compat_node_dump() local 847 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR])); tipc_nl_compat_node_dump() 848 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP])); tipc_nl_compat_node_dump() 850 return tipc_add_tlv(msg->rep, TIPC_TLV_NODE_INFO, &node_info, tipc_nl_compat_node_dump() 851 sizeof(node_info)); tipc_nl_compat_node_dump()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | tipc_config.h | 75 #define TIPC_CMD_GET_NODES 0x0001 /* tx net_addr, rx node_info(s) */
|
Completed in 253 milliseconds