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 */
74 struct list_head list; /* for clean or dirty nat list */
78 #define nat_get_nid(nat) ((nat)->ni.nid) argument
79 #define nat_set_nid(nat, n) ((nat)->ni.nid = (n)) argument
80 #define nat_get_blkaddr(nat) ((nat)->ni.blk_addr) argument
81 #define nat_set_blkaddr(nat, b) ((nat)->ni.blk_addr = (b)) argument
82 #define nat_get_ino(nat) ((nat)->ni.ino) argument
83 #define nat_set_ino(nat, i) ((nat)->ni.ino = (i)) argument
84 #define nat_get_version(nat) ((nat)->ni.version) argument
85 #define nat_set_version(nat, v) ((nat)->ni.version = (v)) argument
150 NAT_ENTRIES, /* indicates the cached nat entry */
161 struct list_head set_list; /* link with other nat sets */
162 struct list_head entry_list; /* link with dirty nat entries */
164 unsigned int entry_cnt; /* the # of nat entries in set */