Searched refs:DXD_EXTENT (Results 1 – 4 of 4) sorted by relevance
40 if (ea->flag & DXD_EXTENT) { in free_ea_wmap()400 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_rmdir()407 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_rmdir()654 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) in commitZeroLink()661 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) in commitZeroLink()714 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_free_zero_link()735 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_free_zero_link()
287 ea->flag = DXD_EXTENT; in ea_write()469 if (!(ji->ea.flag & DXD_EXTENT)) { in ea_get()521 ea_buf->new_ea.flag = DXD_EXTENT; in ea_get()627 if (ji->ea.flag & DXD_EXTENT) { in ea_put()634 if (ea_buf->new_ea.flag & DXD_EXTENT) { in ea_put()
106 #define DXD_EXTENT 0x20 /* out-of-line single extent */ macro
2138 if (newea->flag & DXD_EXTENT) { in txEA()2157 if (!test_cflag(COMMIT_Nolink, ip) && oldea->flag & DXD_EXTENT) { in txEA()