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