Searched refs:DXD_EXTENT (Results 1 – 4 of 4) sorted by relevance
52 if (ea->flag & DXD_EXTENT) { in free_ea_wmap()408 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_rmdir()415 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_rmdir()657 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) in commitZeroLink()664 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) in commitZeroLink()717 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_free_zero_link()738 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_free_zero_link()
322 ea->flag = DXD_EXTENT; in ea_write()504 if (!(ji->ea.flag & DXD_EXTENT)) { in ea_get()553 ea_buf->new_ea.flag = DXD_EXTENT; in ea_get()657 if (ji->ea.flag & DXD_EXTENT) { in ea_put()664 if (ea_buf->new_ea.flag & DXD_EXTENT) { in ea_put()
136 #define DXD_EXTENT 0x20 /* out-of-line single extent */ macro
2188 if (newea->flag & DXD_EXTENT) { in txEA()2207 if (!test_cflag(COMMIT_Nolink, ip) && oldea->flag & DXD_EXTENT) { in txEA()