Lines Matching full:nat
11 /* node block offset on the NAT area dedicated to the given start node id */
37 /* vector size for gang look-up from nat cache that consists of radix tree */
51 IS_DIRTY, /* this nat entry is dirty? */
52 IS_PREALLOC, /* nat entry is preallocated */
67 struct list_head list; /* for clean or dirty nat list */
71 #define nat_get_nid(nat) ((nat)->ni.nid) argument
72 #define nat_set_nid(nat, n) ((nat)->ni.nid = (n)) argument
73 #define nat_get_blkaddr(nat) ((nat)->ni.blk_addr) argument
74 #define nat_set_blkaddr(nat, b) ((nat)->ni.blk_addr = (b)) argument
75 #define nat_get_ino(nat) ((nat)->ni.ino) argument
76 #define nat_set_ino(nat, i) ((nat)->ni.ino = (i)) argument
77 #define nat_get_version(nat) ((nat)->ni.version) argument
78 #define nat_set_version(nat, v) ((nat)->ni.version = (v)) argument
143 NAT_ENTRIES, /* indicates the cached nat entry */
154 struct list_head set_list; /* link with other nat sets */
155 struct list_head entry_list; /* link with dirty nat entries */
157 unsigned int entry_cnt; /* the # of nat entries in set */