Searched refs:DXD_EXTENT (Results 1 – 4 of 4) sorted by relevance
53 if (ea->flag & DXD_EXTENT) { in free_ea_wmap()412 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_rmdir()419 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_rmdir()666 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) in commitZeroLink()673 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) in commitZeroLink()726 if (JFS_IP(ip)->ea.flag & DXD_EXTENT) { in jfs_free_zero_link()747 if (JFS_IP(ip)->acl.flag & DXD_EXTENT) { in jfs_free_zero_link()
300 ea->flag = DXD_EXTENT; in ea_write()482 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
2184 if (newea->flag & DXD_EXTENT) { in txEA()2203 if (!test_cflag(COMMIT_Nolink, ip) && oldea->flag & DXD_EXTENT) { in txEA()