Searched refs:DXD_INLINE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_types.h106 #define DXD_INLINE 0x40 /* in-line data extent */ macro
H A Dxattr.c174 if (!(ji->mode2 & INLINEEA) && !(ji->ea.flag & DXD_INLINE))
181 ea->flag = DXD_INLINE;
190 if (ji->ea.flag & DXD_INLINE)
308 if (ji->ea.flag & DXD_INLINE)
380 if (ji->ea.flag & DXD_INLINE)
470 ea_buf->new_ea.flag = DXD_INLINE;
475 } else if (ji->ea.flag & DXD_INLINE) {
618 ea_buf->new_ea.flag = DXD_INLINE;
647 if (ji->ea.flag & DXD_INLINE)
653 if (ji->ea.flag & DXD_INLINE)
[all...]
H A Djfs_txnmgr.c2197 } else if (newea->flag & DXD_INLINE) {

Completed in 286 milliseconds