Home
last modified time | relevance | path

Searched refs:DXD_EXTENT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Dxattr.c287 ea->flag = DXD_EXTENT; in ea_write()
471 if (!(ji->ea.flag & DXD_EXTENT)) { in ea_get()
523 ea_buf->new_ea.flag = DXD_EXTENT; in ea_get()
634 if (ji->ea.flag & DXD_EXTENT) { in ea_put()
641 if (ea_buf->new_ea.flag & DXD_EXTENT) { in ea_put()
H A Djfs_types.h106 #define DXD_EXTENT 0x20 /* out-of-line single extent */ macro