Searched refs:DXD_EXTENT (Results 1 – 4 of 4) sorted by relevance
53 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()658 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) in commitZeroLink()665 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) in commitZeroLink()718 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_free_zero_link()739 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_free_zero_link()
302 ea->flag = DXD_EXTENT; in ea_write()484 if (!(ji->ea.flag & DXD_EXTENT)) { in ea_get()534 ea_buf->new_ea.flag = DXD_EXTENT; in ea_get()638 if (ji->ea.flag & DXD_EXTENT) { in ea_put()645 if (ea_buf->new_ea.flag & DXD_EXTENT) { in ea_put()
119 #define DXD_EXTENT 0x20 /* out-of-line single extent */ macro
2186 if (newea->flag & DXD_EXTENT) { in txEA()2205 if (!test_cflag(COMMIT_Nolink, ip) && oldea->flag & DXD_EXTENT) { in txEA()