Searched refs:add_chain (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Ditree_common.c9 static inline void add_chain(Indirect *p, struct buffer_head *bh, block_t *v) function
39 add_chain (chain, NULL, i_data(inode) + *offsets);
49 add_chain(++p, bh, (block_t *)bh->b_data + *++offsets);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Ditree.c65 static inline void add_chain(Indirect *p, struct buffer_head *bh, u32 *v) function
94 add_chain (chain, NULL, inode->u.sysv_i.i_data + *offsets);
104 add_chain(++p, bh, (u32*)bh->b_data + *++offsets);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dinode.c134 static inline void add_chain(Indirect *p, struct buffer_head *bh, u32 *v) function
248 add_chain (chain, NULL, inode->u.ext2_i.i_data + *offsets);
258 add_chain(++p, bh, (u32*)bh->b_data + *++offsets);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext3/
H A Dinode.c286 static inline void add_chain(Indirect *p, struct buffer_head *bh, u32 *v) function
397 add_chain (chain, NULL, inode->u.ext3_i.i_data + *offsets);
407 add_chain(++p, bh, (u32*)bh->b_data + *++offsets);
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibiptc.c331 add_chain(STRUCT_ENTRY *e, TC_HANDLE_T h, STRUCT_ENTRY **prev) function
401 add_chain, h, &prev);

Completed in 116 milliseconds